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=628
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=629", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=627", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 628, "results": [ { "start": 850775210, "stop": 850775720 }, { "start": 850775750, "stop": 850776710 }, { "start": 850779125, "stop": 850779335 }, { "start": 850779365, "stop": 850779485 }, { "start": 850779515, "stop": 850780565 }, { "start": 850784483, "stop": 850784903 }, { "start": 850785311, "stop": 850786661 }, { "start": 850786691, "stop": 850786901 }, { "start": 850786931, "stop": 850787111 }, { "start": 850787141, "stop": 850788731 }, { "start": 850788761, "stop": 850790801 }, { "start": 850790831, "stop": 850793111 }, { "start": 850793848, "stop": 850798948 }, { "start": 850799098, "stop": 850808668 }, { "start": 850808818, "stop": 850809838 }, { "start": 850812712, "stop": 850814272 }, { "start": 850814421, "stop": 850816881 }, { "start": 850817034, "stop": 850820814 }, { "start": 850820983, "stop": 850822303 }, { "start": 850822767, "stop": 850824267 } ] }