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=15783
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15784", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15782", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15783, "results": [ { "start": 971171477, "stop": 971171478 }, { "start": 971171481, "stop": 971171482 }, { "start": 971171485, "stop": 971171487 }, { "start": 971171488, "stop": 971171490 }, { "start": 971171491, "stop": 971171502 }, { "start": 971171510, "stop": 971171518 }, { "start": 971171519, "stop": 971171529 }, { "start": 971171533, "stop": 971171536 }, { "start": 971171542, "stop": 971171543 }, { "start": 971171544, "stop": 971171545 }, { "start": 971171548, "stop": 971171549 }, { "start": 971171550, "stop": 971171556 }, { "start": 971171557, "stop": 971171558 }, { "start": 971171562, "stop": 971171565 }, { "start": 971171566, "stop": 971171572 }, { "start": 971171574, "stop": 971171576 }, { "start": 971171577, "stop": 971171578 }, { "start": 971171580, "stop": 971171582 }, { "start": 971171584, "stop": 971171595 }, { "start": 971171598, "stop": 971171608 } ] }