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/L1_CBCHIGH_CAT4/segments?format=api&page=263
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=264", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=262", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 263, "results": [ { "start": 817984094, "stop": 817984180 }, { "start": 817984201, "stop": 817984322 }, { "start": 817984356, "stop": 817984373 }, { "start": 817984404, "stop": 817984444 }, { "start": 817984465, "stop": 817984608 }, { "start": 817984627, "stop": 817984640 }, { "start": 817984711, "stop": 817984717 }, { "start": 817984739, "stop": 817984793 }, { "start": 817984830, "stop": 817984856 }, { "start": 817984924, "stop": 817985161 }, { "start": 817985200, "stop": 817985228 }, { "start": 817985247, "stop": 817985266 }, { "start": 817985289, "stop": 817985312 }, { "start": 817985367, "stop": 817985467 }, { "start": 817985486, "stop": 817985528 }, { "start": 817985572, "stop": 817985586 }, { "start": 817985605, "stop": 817985650 }, { "start": 817985670, "stop": 817985716 }, { "start": 817985737, "stop": 817985786 }, { "start": 817985879, "stop": 817985927 } ] }