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=167
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=168", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=166", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 167, "results": [ { "start": 818080886, "stop": 818080888 }, { "start": 818080897, "stop": 818080904 }, { "start": 818080925, "stop": 818080926 }, { "start": 818080932, "stop": 818080937 }, { "start": 818080945, "stop": 818080946 }, { "start": 818080954, "stop": 818080960 }, { "start": 818080965, "stop": 818080967 }, { "start": 818080974, "stop": 818080975 }, { "start": 818080978, "stop": 818080980 }, { "start": 818081003, "stop": 818081008 }, { "start": 818081014, "stop": 818081015 }, { "start": 818081019, "stop": 818081022 }, { "start": 818081030, "stop": 818081036 }, { "start": 818081044, "stop": 818081045 }, { "start": 818081052, "stop": 818081055 }, { "start": 818081098, "stop": 818081100 }, { "start": 818081113, "stop": 818081117 }, { "start": 818081135, "stop": 818081138 }, { "start": 818081145, "stop": 818081150 }, { "start": 818081153, "stop": 818081154 } ] }