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=187
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=188", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=186", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 187, "results": [ { "start": 818206306, "stop": 818206312 }, { "start": 818206318, "stop": 818206319 }, { "start": 818206330, "stop": 818206332 }, { "start": 818206335, "stop": 818206336 }, { "start": 818206346, "stop": 818206348 }, { "start": 818206351, "stop": 818206352 }, { "start": 818206360, "stop": 818206362 }, { "start": 818206384, "stop": 818206389 }, { "start": 818206398, "stop": 818206401 }, { "start": 818206411, "stop": 818206413 }, { "start": 818206420, "stop": 818206422 }, { "start": 818206427, "stop": 818206441 }, { "start": 818206450, "stop": 818206456 }, { "start": 818206459, "stop": 818206460 }, { "start": 818206463, "stop": 818206470 }, { "start": 818206473, "stop": 818206479 }, { "start": 818206491, "stop": 818206494 }, { "start": 818206500, "stop": 818206501 }, { "start": 818206513, "stop": 818206515 }, { "start": 818206520, "stop": 818206528 } ] }