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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14663
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14664", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14662", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14663, "results": [ { "start": 971167602, "stop": 971167604 }, { "start": 971167606, "stop": 971167615 }, { "start": 971167616, "stop": 971167619 }, { "start": 971167626, "stop": 971167627 }, { "start": 971167629, "stop": 971167630 }, { "start": 971167631, "stop": 971167634 }, { "start": 971167636, "stop": 971167637 }, { "start": 971167642, "stop": 971167643 }, { "start": 971167644, "stop": 971167646 }, { "start": 971167648, "stop": 971167650 }, { "start": 971167652, "stop": 971167653 }, { "start": 971167654, "stop": 971167660 }, { "start": 971167661, "stop": 971167663 }, { "start": 971167664, "stop": 971167667 }, { "start": 971167668, "stop": 971167669 }, { "start": 971167671, "stop": 971167673 }, { "start": 971167676, "stop": 971167679 }, { "start": 971167681, "stop": 971167682 }, { "start": 971167683, "stop": 971167684 }, { "start": 971167685, "stop": 971167686 } ] }