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/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8251
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8252", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8250", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8251, "results": [ { "start": 873809073, "stop": 873809225 }, { "start": 873809251, "stop": 873809288 }, { "start": 873809316, "stop": 873809327 }, { "start": 873809346, "stop": 873809515 }, { "start": 873809538, "stop": 873809632 }, { "start": 873809652, "stop": 873809930 }, { "start": 873809956, "stop": 873810176 }, { "start": 873810196, "stop": 873810242 }, { "start": 873810269, "stop": 873810300 }, { "start": 873810420, "stop": 873810463 }, { "start": 873810494, "stop": 873810540 }, { "start": 873810600, "stop": 873810637 }, { "start": 873810712, "stop": 873810743 }, { "start": 873810762, "stop": 873810831 }, { "start": 873810879, "stop": 873811007 }, { "start": 873811026, "stop": 873811041 }, { "start": 873811062, "stop": 873811104 }, { "start": 873811123, "stop": 873811128 }, { "start": 873811166, "stop": 873811177 }, { "start": 873811197, "stop": 873811205 } ] }