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=447
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=448", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=446", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 447, "results": [ { "start": 818750687, "stop": 818750710 }, { "start": 818750713, "stop": 818750726 }, { "start": 818750749, "stop": 818750750 }, { "start": 818750756, "stop": 818750760 }, { "start": 818750763, "stop": 818750777 }, { "start": 818750825, "stop": 818750826 }, { "start": 818750865, "stop": 818750871 }, { "start": 818750874, "stop": 818750877 }, { "start": 818750916, "stop": 818750917 }, { "start": 818750920, "stop": 818750923 }, { "start": 818750942, "stop": 818750949 }, { "start": 818750955, "stop": 818750959 }, { "start": 818750965, "stop": 818750972 }, { "start": 818750986, "stop": 818750988 }, { "start": 818751009, "stop": 818751010 }, { "start": 818751022, "stop": 818751025 }, { "start": 818751028, "stop": 818751031 }, { "start": 818751034, "stop": 818751036 }, { "start": 818751039, "stop": 818751054 }, { "start": 818751081, "stop": 818751083 } ] }