List of all currently streaming

I would like the capture the stats of all currently streaming

Looping through /streams with increasing offset has a timing problem as the API is instant/uncached and most pages have a range of only a couple of viewers, so by the time you make the following request a stream may have moved up or down a page, which means many channels go missing from the final collection (averaging up to 20% after 40 requests)

A workaround would be to make all requests simultaneously (e.g. multi threaded), but I suspect at a high risk of being blocked or rate limited

Would you consider adding a list of all current streams (just stream name would be fine) to /streams/summary ?