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=707
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=708", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=706", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 707, "results": [ { "start": 856300409, "stop": 856300589 }, { "start": 856300764, "stop": 856301064 }, { "start": 856303437, "stop": 856306557 }, { "start": 856306860, "stop": 856307280 }, { "start": 856307582, "stop": 856307642 }, { "start": 856307997, "stop": 856308117 }, { "start": 856308307, "stop": 856308607 }, { "start": 856309838, "stop": 856317458 }, { "start": 856328285, "stop": 856329725 }, { "start": 856329999, "stop": 856330539 }, { "start": 856330703, "stop": 856330763 }, { "start": 856330793, "stop": 856330913 }, { "start": 856332049, "stop": 856336729 }, { "start": 856337062, "stop": 856338202 }, { "start": 856338232, "stop": 856338292 }, { "start": 856338382, "stop": 856338472 }, { "start": 856338502, "stop": 856338622 }, { "start": 856339304, "stop": 856339424 }, { "start": 856339454, "stop": 856342184 }, { "start": 856343551, "stop": 856354591 } ] }