All times spent on a page

How do I get a list of all times spent by users on a particular webpage? I know how to get “average time spent on page”, but I don’t need average; I need to actually see the list of all the individual times spent on a page.

Thanks for any help!

Hi,
Welcome to the community!
There are two dimensions that could be used here. The first one is called Time on page and when you apply it you should get the actual data on how long did the user spend and the second one is called Page URL, which is a dimension which shows you the URL of the page.

You could use conditions to filter out the data and see on which particular URL the visitor spent the most amount of time.

You can find out more details on dimensions and metrics available in the reports here: List of dimensions and metrics | Piwik PRO help center

These are other articles that you may find helpful regarding the reports:

This is really helpful, thank you.