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_CAT2/segments?format=api&page=1299
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1300", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1298", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1299, "results": [ { "start": 960730983, "stop": 960735456 }, { "start": 960753206, "stop": 960760405 }, { "start": 960792766, "stop": 960796626 }, { "start": 960796628, "stop": 960798868 }, { "start": 960798870, "stop": 960799654 }, { "start": 960799656, "stop": 960799992 }, { "start": 960799994, "stop": 960800502 }, { "start": 960800504, "stop": 960801279 }, { "start": 960806689, "stop": 960806979 }, { "start": 960812830, "stop": 960828850 }, { "start": 960830956, "stop": 960850026 }, { "start": 960850205, "stop": 960855138 }, { "start": 960879055, "stop": 960881927 }, { "start": 960883220, "stop": 960887309 }, { "start": 960887775, "stop": 960894248 }, { "start": 960942209, "stop": 960946255 }, { "start": 960946742, "stop": 960950414 }, { "start": 960952917, "stop": 960986658 }, { "start": 960993855, "stop": 960995518 }, { "start": 960997636, "stop": 961002763 } ] }