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=15869
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15870", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15868", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15869, "results": [ { "start": 971242489, "stop": 971242503 }, { "start": 971242504, "stop": 971242517 }, { "start": 971242519, "stop": 971242562 }, { "start": 971242564, "stop": 971242578 }, { "start": 971242580, "stop": 971242600 }, { "start": 971242601, "stop": 971242620 }, { "start": 971242622, "stop": 971242640 }, { "start": 971242642, "stop": 971242659 }, { "start": 971242661, "stop": 971242669 }, { "start": 971242671, "stop": 971242672 }, { "start": 971242674, "stop": 971242690 }, { "start": 971242691, "stop": 971242728 }, { "start": 971242730, "stop": 971242736 }, { "start": 971242738, "stop": 971242750 }, { "start": 971242751, "stop": 971242760 }, { "start": 971242761, "stop": 971242762 }, { "start": 971242764, "stop": 971242782 }, { "start": 971242784, "stop": 971242791 }, { "start": 971242792, "stop": 971242798 }, { "start": 971242800, "stop": 971242804 } ] }