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/H1_BURST_CAT2/segments?format=api&page=541
{ "next": null, "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=540", "results_count": 10804, "results_per_page": 20, "num_pages": 541, "page_number": 541, "results": [ { "start": 971430972, "stop": 971450777 }, { "start": 971460805, "stop": 971462583 }, { "start": 971502047, "stop": 971530744 }, { "start": 971596522, "stop": 971622015 } ] }