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=394
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=395", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=393", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 394, "results": [ { "start": 818379664, "stop": 818379679 }, { "start": 818379682, "stop": 818379684 }, { "start": 818379689, "stop": 818379695 }, { "start": 818379698, "stop": 818379702 }, { "start": 818379705, "stop": 818379747 }, { "start": 818379750, "stop": 818379758 }, { "start": 818379763, "stop": 818379771 }, { "start": 818379774, "stop": 818379819 }, { "start": 818379823, "stop": 818379878 }, { "start": 818379884, "stop": 818380652 }, { "start": 818380663, "stop": 818382486 }, { "start": 818382489, "stop": 818382600 }, { "start": 818382603, "stop": 818382628 }, { "start": 818382631, "stop": 818383626 }, { "start": 818383629, "stop": 818383634 }, { "start": 818383638, "stop": 818383639 }, { "start": 818383651, "stop": 818383652 }, { "start": 818383655, "stop": 818383659 }, { "start": 818383663, "stop": 818383664 }, { "start": 818383674, "stop": 818383675 } ] }