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=29
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=30", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=28", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 29, "results": [ { "start": 931661754, "stop": 931661769 }, { "start": 931661838, "stop": 931661849 }, { "start": 931661961, "stop": 931661971 }, { "start": 931662001, "stop": 931662029 }, { "start": 931662048, "stop": 931662056 }, { "start": 931662083, "stop": 931662134 }, { "start": 931662171, "stop": 931662172 }, { "start": 931662199, "stop": 931662214 }, { "start": 931662233, "stop": 931662269 }, { "start": 931662288, "stop": 931662325 }, { "start": 931662372, "stop": 931662380 }, { "start": 931662398, "stop": 931662407 }, { "start": 931662426, "stop": 931662440 }, { "start": 931662470, "stop": 931662480 }, { "start": 931662526, "stop": 931662527 }, { "start": 931662546, "stop": 931662549 }, { "start": 931662569, "stop": 931662630 }, { "start": 931662697, "stop": 931662714 }, { "start": 931662823, "stop": 931662840 }, { "start": 931663188, "stop": 931663196 } ] }