Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33377
{ "next": null, "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33376", "results_count": 667528, "results_per_page": 20, "num_pages": 33377, "page_number": 33377, "results": [ { "start": 971621220, "stop": 971621236 }, { "start": 971621416, "stop": 971621469 }, { "start": 971621472, "stop": 971621508 }, { "start": 971621511, "stop": 971621574 }, { "start": 971621577, "stop": 971621720 }, { "start": 971621725, "stop": 971621758 }, { "start": 971621761, "stop": 971621767 }, { "start": 971621770, "stop": 971621836 } ] }