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_STOCH_CAT1/segments?format=api&page=9891
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9892", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9890", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9891, "results": [ { "start": 874464698, "stop": 874464967 }, { "start": 874464972, "stop": 874464978 }, { "start": 874464982, "stop": 874465251 }, { "start": 874465254, "stop": 874465289 }, { "start": 874465292, "stop": 874465306 }, { "start": 874465309, "stop": 874465720 }, { "start": 874465723, "stop": 874465744 }, { "start": 874465747, "stop": 874465978 }, { "start": 874465981, "stop": 874467977 }, { "start": 874467983, "stop": 874468097 }, { "start": 874468101, "stop": 874468574 }, { "start": 874468577, "stop": 874470109 }, { "start": 874470112, "stop": 874470208 }, { "start": 874470213, "stop": 874470320 }, { "start": 874470324, "stop": 874470690 }, { "start": 874470694, "stop": 874470695 }, { "start": 874470700, "stop": 874470787 }, { "start": 874470790, "stop": 874470810 }, { "start": 874470813, "stop": 874470816 }, { "start": 874470819, "stop": 874470831 } ] }