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=164
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=165", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=163", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 164, "results": [ { "start": 824127086, "stop": 824127146 }, { "start": 824127483, "stop": 824127543 }, { "start": 824128011, "stop": 824128071 }, { "start": 824128232, "stop": 824128292 }, { "start": 824130723, "stop": 824130903 }, { "start": 824132318, "stop": 824132438 }, { "start": 824134640, "stop": 824134730 }, { "start": 824134939, "stop": 824135119 }, { "start": 824203551, "stop": 824203611 }, { "start": 824203806, "stop": 824203896 }, { "start": 824204046, "stop": 824204106 }, { "start": 824204316, "stop": 824204406 }, { "start": 824204591, "stop": 824204651 }, { "start": 824205107, "stop": 824205227 }, { "start": 824205399, "stop": 824205459 }, { "start": 824205657, "stop": 824205717 }, { "start": 824205934, "stop": 824206024 }, { "start": 824206219, "stop": 824206579 }, { "start": 824206639, "stop": 824207059 }, { "start": 824207456, "stop": 824207726 } ] }