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/L1_CBCHIGH_CAT4/segments?format=api&page=15764
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15765", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15763", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15764, "results": [ { "start": 971169494, "stop": 971169495 }, { "start": 971169498, "stop": 971169499 }, { "start": 971169500, "stop": 971169501 }, { "start": 971169503, "stop": 971169504 }, { "start": 971169510, "stop": 971169512 }, { "start": 971169513, "stop": 971169516 }, { "start": 971169522, "stop": 971169523 }, { "start": 971169525, "stop": 971169526 }, { "start": 971169529, "stop": 971169540 }, { "start": 971169543, "stop": 971169544 }, { "start": 971169546, "stop": 971169550 }, { "start": 971169551, "stop": 971169552 }, { "start": 971169553, "stop": 971169555 }, { "start": 971169556, "stop": 971169557 }, { "start": 971169559, "stop": 971169562 }, { "start": 971169567, "stop": 971169572 }, { "start": 971169574, "stop": 971169575 }, { "start": 971169576, "stop": 971169577 }, { "start": 971169579, "stop": 971169585 }, { "start": 971169586, "stop": 971169590 } ] }