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_H2L1/segments?format=api&page=209
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=210", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=208", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 209, "results": [ { "start": 826703628, "stop": 826703688 }, { "start": 826703875, "stop": 826704085 }, { "start": 826704303, "stop": 826704363 }, { "start": 826827099, "stop": 826827939 }, { "start": 826828292, "stop": 826828352 }, { "start": 826828531, "stop": 826828651 }, { "start": 826828811, "stop": 826828871 }, { "start": 826829153, "stop": 826829213 }, { "start": 826832245, "stop": 826832305 }, { "start": 826837855, "stop": 826837915 }, { "start": 826839185, "stop": 826839245 }, { "start": 826839397, "stop": 826839757 }, { "start": 826840102, "stop": 826840162 }, { "start": 826858492, "stop": 826858552 }, { "start": 826859262, "stop": 826859322 }, { "start": 826859831, "stop": 826860251 }, { "start": 826860458, "stop": 826860638 }, { "start": 826860802, "stop": 826860862 }, { "start": 826861092, "stop": 826861272 }, { "start": 826861429, "stop": 826861849 } ] }