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_CW_CAT1/segments?format=api&page=252
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=253", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=251", "results_count": 6331, "results_per_page": 20, "num_pages": 317, "page_number": 252, "results": [ { "start": 961720002, "stop": 961724624 }, { "start": 961737304, "stop": 961742464 }, { "start": 961745524, "stop": 961751187 }, { "start": 961754202, "stop": 961757417 }, { "start": 961759540, "stop": 961776074 }, { "start": 961778359, "stop": 961780280 }, { "start": 961782387, "stop": 961787365 }, { "start": 961789812, "stop": 961792661 }, { "start": 961794747, "stop": 961796714 }, { "start": 961798388, "stop": 961798549 }, { "start": 961799750, "stop": 961802292 }, { "start": 961802297, "stop": 961802371 }, { "start": 961827382, "stop": 961827833 }, { "start": 961835601, "stop": 961837592 }, { "start": 961837626, "stop": 961838339 }, { "start": 961840192, "stop": 961848041 }, { "start": 961849593, "stop": 961858897 }, { "start": 961910386, "stop": 961916313 }, { "start": 961917900, "stop": 961918065 }, { "start": 961921393, "stop": 961945755 } ] }