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=841
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=842", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=840", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 841, "results": [ { "start": 864045022, "stop": 864045202 }, { "start": 864045491, "stop": 864045551 }, { "start": 864046024, "stop": 864046144 }, { "start": 864046350, "stop": 864046590 }, { "start": 864046740, "stop": 864046800 }, { "start": 864051755, "stop": 864052115 }, { "start": 864052288, "stop": 864052648 }, { "start": 864052939, "stop": 864053299 }, { "start": 864053498, "stop": 864053618 }, { "start": 864060833, "stop": 864061013 }, { "start": 864061323, "stop": 864061863 }, { "start": 864062031, "stop": 864062661 }, { "start": 864062751, "stop": 864062991 }, { "start": 864063145, "stop": 864063325 }, { "start": 864063489, "stop": 864063549 }, { "start": 864063900, "stop": 864064080 }, { "start": 864071802, "stop": 864071862 }, { "start": 864072310, "stop": 864072610 }, { "start": 864073323, "stop": 864073563 }, { "start": 864074164, "stop": 864074224 } ] }