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/S5/timelines/H1_BURST_CAT2/segments?format=api&page=585
{ "next": null, "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=584", "results_count": 11686, "results_per_page": 20, "num_pages": 585, "page_number": 585, "results": [ { "start": 875162483, "stop": 875166300 }, { "start": 875166360, "stop": 875167202 }, { "start": 875175392, "stop": 875181060 }, { "start": 875181120, "stop": 875182180 }, { "start": 875182299, "stop": 875184803 }, { "start": 875186512, "stop": 875232014 } ] }