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_CAT2_H2L1/segments?format=api&page=747
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=748", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=746", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 747, "results": [ { "start": 858611383, "stop": 858611443 }, { "start": 858615999, "stop": 858616059 }, { "start": 858616212, "stop": 858616452 }, { "start": 858616643, "stop": 858617123 }, { "start": 858617153, "stop": 858617603 }, { "start": 858619319, "stop": 858619379 }, { "start": 858619409, "stop": 858619499 }, { "start": 858619529, "stop": 858620279 }, { "start": 858621518, "stop": 858623978 }, { "start": 858624449, "stop": 858626549 }, { "start": 858627976, "stop": 858628156 }, { "start": 858628319, "stop": 858628439 }, { "start": 858628663, "stop": 858628903 }, { "start": 858629067, "stop": 858629487 }, { "start": 858632002, "stop": 858632122 }, { "start": 858633760, "stop": 858633880 }, { "start": 858634038, "stop": 858634458 }, { "start": 858634656, "stop": 858636276 }, { "start": 858654825, "stop": 858655845 }, { "start": 858655999, "stop": 858657859 } ] }