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=15697
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15698", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15696", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15697, "results": [ { "start": 971162279, "stop": 971162281 }, { "start": 971162283, "stop": 971162285 }, { "start": 971162287, "stop": 971162294 }, { "start": 971162298, "stop": 971162299 }, { "start": 971162302, "stop": 971162309 }, { "start": 971162310, "stop": 971162314 }, { "start": 971162316, "stop": 971162320 }, { "start": 971162321, "stop": 971162322 }, { "start": 971162323, "stop": 971162324 }, { "start": 971162326, "stop": 971162330 }, { "start": 971162332, "stop": 971162333 }, { "start": 971162334, "stop": 971162335 }, { "start": 971162337, "stop": 971162338 }, { "start": 971162341, "stop": 971162343 }, { "start": 971162348, "stop": 971162349 }, { "start": 971162351, "stop": 971162355 }, { "start": 971162361, "stop": 971162362 }, { "start": 971162363, "stop": 971162365 }, { "start": 971162367, "stop": 971162375 }, { "start": 971162376, "stop": 971162377 } ] }