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=14719
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14720", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14718", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14719, "results": [ { "start": 971175074, "stop": 971175075 }, { "start": 971175076, "stop": 971175085 }, { "start": 971175086, "stop": 971175096 }, { "start": 971175099, "stop": 971175115 }, { "start": 971175117, "stop": 971175127 }, { "start": 971175128, "stop": 971175132 }, { "start": 971175133, "stop": 971175139 }, { "start": 971175140, "stop": 971175150 }, { "start": 971175151, "stop": 971175155 }, { "start": 971175156, "stop": 971175159 }, { "start": 971175162, "stop": 971175173 }, { "start": 971175176, "stop": 971175177 }, { "start": 971175182, "stop": 971175183 }, { "start": 971175185, "stop": 971175187 }, { "start": 971175189, "stop": 971175194 }, { "start": 971175195, "stop": 971175207 }, { "start": 971175211, "stop": 971175230 }, { "start": 971175231, "stop": 971175249 }, { "start": 971175251, "stop": 971175260 }, { "start": 971175261, "stop": 971175264 } ] }