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_STOCH_CAT2_H1L1/segments?format=api&page=1087
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1088", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1086", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1087, "results": [ { "start": 874065562, "stop": 874065772 }, { "start": 874065924, "stop": 874066164 }, { "start": 874066396, "stop": 874067896 }, { "start": 874068127, "stop": 874073167 }, { "start": 874073388, "stop": 874074888 }, { "start": 874075196, "stop": 874075856 }, { "start": 874075990, "stop": 874076830 }, { "start": 874076985, "stop": 874079025 }, { "start": 874079197, "stop": 874080997 }, { "start": 874082282, "stop": 874082462 }, { "start": 874082492, "stop": 874083182 }, { "start": 874083372, "stop": 874084452 }, { "start": 874084646, "stop": 874085066 }, { "start": 874085464, "stop": 874085704 }, { "start": 874085853, "stop": 874085913 }, { "start": 874086068, "stop": 874086128 }, { "start": 874086339, "stop": 874087599 }, { "start": 874088020, "stop": 874090600 }, { "start": 874090749, "stop": 874090869 }, { "start": 874091115, "stop": 874091715 } ] }