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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=128
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=129", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=127", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 128, "results": [ { "start": 932673949, "stop": 932673950 }, { "start": 932673969, "stop": 932673982 }, { "start": 932674001, "stop": 932674011 }, { "start": 932674030, "stop": 932674073 }, { "start": 932674092, "stop": 932674216 }, { "start": 932674235, "stop": 932674405 }, { "start": 932674424, "stop": 932674673 }, { "start": 932674692, "stop": 932674767 }, { "start": 932674786, "stop": 932674825 }, { "start": 932674844, "stop": 932675002 }, { "start": 932675102, "stop": 932675120 }, { "start": 932675139, "stop": 932675542 }, { "start": 932675562, "stop": 932675983 }, { "start": 932675989, "stop": 932676037 }, { "start": 932676042, "stop": 932676228 }, { "start": 932676246, "stop": 932676323 }, { "start": 932676342, "stop": 932676394 }, { "start": 932676413, "stop": 932676506 }, { "start": 932676525, "stop": 932676571 }, { "start": 932676600, "stop": 932676611 } ] }