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=269
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=270", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=268", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 269, "results": [ { "start": 829973892, "stop": 829980492 }, { "start": 829980714, "stop": 829981524 }, { "start": 829981674, "stop": 829981854 }, { "start": 829986341, "stop": 829986881 }, { "start": 829987054, "stop": 829987954 }, { "start": 829988191, "stop": 829997131 }, { "start": 829999474, "stop": 830005054 }, { "start": 830006983, "stop": 830007343 }, { "start": 830040803, "stop": 830043143 }, { "start": 830043305, "stop": 830043845 }, { "start": 830045147, "stop": 830046677 }, { "start": 830046827, "stop": 830052017 }, { "start": 830052239, "stop": 830052359 }, { "start": 830052515, "stop": 830053175 }, { "start": 830053353, "stop": 830053473 }, { "start": 830060262, "stop": 830060322 }, { "start": 830060759, "stop": 830062919 }, { "start": 830064534, "stop": 830066184 }, { "start": 830066334, "stop": 830067894 }, { "start": 830068044, "stop": 830072094 } ] }