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_CAT4/segments?format=api&page=15929
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15930", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15928", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15929, "results": [ { "start": 971401550, "stop": 971401555 }, { "start": 971401557, "stop": 971401567 }, { "start": 971401568, "stop": 971401602 }, { "start": 971401603, "stop": 971401652 }, { "start": 971401654, "stop": 971401661 }, { "start": 971401662, "stop": 971401670 }, { "start": 971401671, "stop": 971401737 }, { "start": 971401739, "stop": 971401747 }, { "start": 971401748, "stop": 971401780 }, { "start": 971401783, "stop": 971401787 }, { "start": 971401788, "stop": 971401811 }, { "start": 971401812, "stop": 971401813 }, { "start": 971401814, "stop": 971401819 }, { "start": 971401820, "stop": 971401829 }, { "start": 971401831, "stop": 971401848 }, { "start": 971401849, "stop": 971401877 }, { "start": 971401878, "stop": 971401890 }, { "start": 971401891, "stop": 971401926 }, { "start": 971401927, "stop": 971401954 }, { "start": 971401956, "stop": 971401970 } ] }