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=241
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=242", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=240", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 241, "results": [ { "start": 817854720, "stop": 817854757 }, { "start": 817854785, "stop": 817854806 }, { "start": 817854810, "stop": 817854816 }, { "start": 817854819, "stop": 817854822 }, { "start": 817854825, "stop": 817854840 }, { "start": 817854890, "stop": 817854908 }, { "start": 817854939, "stop": 817854943 }, { "start": 817855189, "stop": 817855190 }, { "start": 817855221, "stop": 817855230 }, { "start": 817855352, "stop": 817855363 }, { "start": 817855482, "stop": 817855515 }, { "start": 817855606, "stop": 817855607 }, { "start": 817855614, "stop": 817855622 }, { "start": 817856616, "stop": 817856643 }, { "start": 817856647, "stop": 817856648 }, { "start": 817856652, "stop": 817856654 }, { "start": 817856657, "stop": 817856696 }, { "start": 817856723, "stop": 817856725 }, { "start": 817856728, "stop": 817856733 }, { "start": 817856831, "stop": 817856873 } ] }