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=354
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=355", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=353", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 354, "results": [ { "start": 818256208, "stop": 818256210 }, { "start": 818256216, "stop": 818256217 }, { "start": 818256250, "stop": 818256253 }, { "start": 818256256, "stop": 818256257 }, { "start": 818256272, "stop": 818256274 }, { "start": 818256279, "stop": 818256280 }, { "start": 818256288, "stop": 818256289 }, { "start": 818256295, "stop": 818256296 }, { "start": 818256309, "stop": 818256310 }, { "start": 818256318, "stop": 818256319 }, { "start": 818256322, "stop": 818256326 }, { "start": 818256334, "stop": 818256335 }, { "start": 818256351, "stop": 818256352 }, { "start": 818256360, "stop": 818256362 }, { "start": 818256369, "stop": 818256371 }, { "start": 818256377, "stop": 818256380 }, { "start": 818256383, "stop": 818256390 }, { "start": 818256404, "stop": 818256408 }, { "start": 818256411, "stop": 818256413 }, { "start": 818256423, "stop": 818256424 } ] }