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_CAT3/segments?format=api&page=212
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=213", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=211", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 212, "results": [ { "start": 817726762, "stop": 817727645 }, { "start": 817727664, "stop": 817727690 }, { "start": 817727709, "stop": 817727717 }, { "start": 817727737, "stop": 817729106 }, { "start": 817729125, "stop": 817729533 }, { "start": 817729552, "stop": 817729558 }, { "start": 817729577, "stop": 817731571 }, { "start": 817731601, "stop": 817734104 }, { "start": 817734124, "stop": 817736832 }, { "start": 817736853, "stop": 817736875 }, { "start": 817736895, "stop": 817737214 }, { "start": 817737247, "stop": 817737248 }, { "start": 817737269, "stop": 817738645 }, { "start": 817738670, "stop": 817738677 }, { "start": 817738696, "stop": 817739788 }, { "start": 817739808, "stop": 817740509 }, { "start": 817740529, "stop": 817740684 }, { "start": 817740703, "stop": 817740790 }, { "start": 817740807, "stop": 817740990 }, { "start": 817741950, "stop": 817742292 } ] }