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=703
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=704", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=702", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 703, "results": [ { "start": 856062946, "stop": 856067716 }, { "start": 856067746, "stop": 856067806 }, { "start": 856070686, "stop": 856074106 }, { "start": 856074312, "stop": 856075692 }, { "start": 856076396, "stop": 856079396 }, { "start": 856080910, "stop": 856094470 }, { "start": 856097770, "stop": 856101670 }, { "start": 856102529, "stop": 856104329 }, { "start": 856104533, "stop": 856105733 }, { "start": 856106926, "stop": 856107706 }, { "start": 856109043, "stop": 856111983 }, { "start": 856116080, "stop": 856117400 }, { "start": 856118602, "stop": 856120882 }, { "start": 856121038, "stop": 856122538 }, { "start": 856122742, "stop": 856122862 }, { "start": 856122892, "stop": 856123702 }, { "start": 856123873, "stop": 856124293 }, { "start": 856124456, "stop": 856124546 }, { "start": 856124768, "stop": 856124918 }, { "start": 856133367, "stop": 856133427 } ] }