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_CBCHIGH_CAT2/segments?format=api&page=309
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=310", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=308", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 309, "results": [ { "start": 818244186, "stop": 818244189 }, { "start": 818244193, "stop": 818244199 }, { "start": 818244204, "stop": 818244210 }, { "start": 818244223, "stop": 818244226 }, { "start": 818244229, "stop": 818244231 }, { "start": 818244244, "stop": 818244249 }, { "start": 818244258, "stop": 818244260 }, { "start": 818244266, "stop": 818244270 }, { "start": 818244276, "stop": 818244277 }, { "start": 818244289, "stop": 818244298 }, { "start": 818244310, "stop": 818244313 }, { "start": 818244327, "stop": 818244328 }, { "start": 818244354, "stop": 818244355 }, { "start": 818244359, "stop": 818244365 }, { "start": 818244369, "stop": 818244371 }, { "start": 818244390, "stop": 818244392 }, { "start": 818244407, "stop": 818244419 }, { "start": 818244422, "stop": 818244424 }, { "start": 818244427, "stop": 818244430 }, { "start": 818244443, "stop": 818244446 } ] }