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_CAT3/segments?format=api&page=8813
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8814", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8812", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8813, "results": [ { "start": 872549640, "stop": 872549804 }, { "start": 872549821, "stop": 872549918 }, { "start": 872549936, "stop": 872550161 }, { "start": 872550180, "stop": 872550211 }, { "start": 872550228, "stop": 872550845 }, { "start": 872550862, "stop": 872551265 }, { "start": 872551284, "stop": 872551347 }, { "start": 872551364, "stop": 872553171 }, { "start": 872553191, "stop": 872553371 }, { "start": 872553388, "stop": 872554281 }, { "start": 872554307, "stop": 872554322 }, { "start": 872554342, "stop": 872554354 }, { "start": 872554373, "stop": 872554393 }, { "start": 872554424, "stop": 872554426 }, { "start": 872554448, "stop": 872554568 }, { "start": 872554585, "stop": 872554991 }, { "start": 872555010, "stop": 872555468 }, { "start": 872555485, "stop": 872555594 }, { "start": 872555611, "stop": 872555616 }, { "start": 872555633, "stop": 872556002 } ] }