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_CAT3/segments?format=api&page=347
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=348", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=346", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 347, "results": [ { "start": 818819268, "stop": 818819271 }, { "start": 818819292, "stop": 818819315 }, { "start": 818819407, "stop": 818819453 }, { "start": 818819502, "stop": 818819507 }, { "start": 818819550, "stop": 818819568 }, { "start": 818819700, "stop": 818819701 }, { "start": 818819820, "stop": 818819846 }, { "start": 818820004, "stop": 818820024 }, { "start": 818820051, "stop": 818820054 }, { "start": 818820144, "stop": 818820156 }, { "start": 818820159, "stop": 818820169 }, { "start": 818820250, "stop": 818820254 }, { "start": 818820340, "stop": 818820360 }, { "start": 818820382, "stop": 818820493 }, { "start": 818820537, "stop": 818820538 }, { "start": 818820615, "stop": 818820666 }, { "start": 818820686, "stop": 818820712 }, { "start": 818820819, "stop": 818820865 }, { "start": 818820941, "stop": 818821006 }, { "start": 818821055, "stop": 818821065 } ] }