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=15742
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15743", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15741", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15742, "results": [ { "start": 971167147, "stop": 971167149 }, { "start": 971167150, "stop": 971167153 }, { "start": 971167156, "stop": 971167157 }, { "start": 971167158, "stop": 971167162 }, { "start": 971167163, "stop": 971167164 }, { "start": 971167168, "stop": 971167173 }, { "start": 971167174, "stop": 971167177 }, { "start": 971167180, "stop": 971167183 }, { "start": 971167189, "stop": 971167190 }, { "start": 971167191, "stop": 971167195 }, { "start": 971167196, "stop": 971167197 }, { "start": 971167199, "stop": 971167200 }, { "start": 971167204, "stop": 971167205 }, { "start": 971167206, "stop": 971167208 }, { "start": 971167211, "stop": 971167212 }, { "start": 971167213, "stop": 971167215 }, { "start": 971167224, "stop": 971167225 }, { "start": 971167227, "stop": 971167229 }, { "start": 971167231, "stop": 971167234 }, { "start": 971167242, "stop": 971167247 } ] }