The issue I would have with this is that I would like to segment for reloads on the same page URL, not just reloads during a visit 😕
Say someone has bad connection and visits 5 pages, reloading each one every time, I would capture this visit in the segment, while I would be interested only in visits where one page is reloaded more than once...
I guess what I would need is a component that captures for example "number of distinct pages/URLs visited", then create a calculated metric such as "reload/number of distinct pages visited" and filter for visits where this metric is higher then 1, 2, 3 or whatever needed.
I'll try to do a breakdown by URL with a calculated metric reload/pageviews, I think this should give a similar result to what I'm looking for. Thanks for the suggestion!