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=8200
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8201", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8199", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8200, "results": [ { "start": 873456289, "stop": 873456497 }, { "start": 873456527, "stop": 873456592 }, { "start": 873456611, "stop": 873456636 }, { "start": 873456655, "stop": 873456939 }, { "start": 873456958, "stop": 873457291 }, { "start": 873457310, "stop": 873457357 }, { "start": 873457376, "stop": 873457532 }, { "start": 873457549, "stop": 873457718 }, { "start": 873457735, "stop": 873457746 }, { "start": 873457765, "stop": 873458215 }, { "start": 873458232, "stop": 873458300 }, { "start": 873458319, "stop": 873458321 }, { "start": 873458343, "stop": 873458400 }, { "start": 873458420, "stop": 873458463 }, { "start": 873458480, "stop": 873458519 }, { "start": 873458539, "stop": 873458541 }, { "start": 873458569, "stop": 873458647 }, { "start": 873458675, "stop": 873458767 }, { "start": 873458786, "stop": 873458812 }, { "start": 873458831, "stop": 873458843 } ] }