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=752
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=753", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=751", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 752, "results": [ { "start": 858940735, "stop": 858940885 }, { "start": 858940915, "stop": 858941575 }, { "start": 858942831, "stop": 858943851 }, { "start": 858943881, "stop": 858945051 }, { "start": 858945988, "stop": 858949378 }, { "start": 858949408, "stop": 858949768 }, { "start": 858951204, "stop": 858951264 }, { "start": 858951470, "stop": 858951650 }, { "start": 858955084, "stop": 858955744 }, { "start": 858955899, "stop": 858956259 }, { "start": 858956430, "stop": 858956670 }, { "start": 858956700, "stop": 858957510 }, { "start": 858958580, "stop": 858961160 }, { "start": 858962342, "stop": 858963242 }, { "start": 858968888, "stop": 858970388 }, { "start": 858970573, "stop": 858971773 }, { "start": 858975261, "stop": 858975381 }, { "start": 858975518, "stop": 858976718 }, { "start": 858978636, "stop": 858978876 }, { "start": 858979028, "stop": 858985088 } ] }