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=396
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=397", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=395", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 396, "results": [ { "start": 837259263, "stop": 837265053 }, { "start": 837265299, "stop": 837267759 }, { "start": 837267909, "stop": 837269199 }, { "start": 837269229, "stop": 837269529 }, { "start": 837269768, "stop": 837270308 }, { "start": 837309078, "stop": 837313038 }, { "start": 837313238, "stop": 837317258 }, { "start": 837317424, "stop": 837317904 }, { "start": 837318085, "stop": 837321445 }, { "start": 837321738, "stop": 837323238 }, { "start": 837323389, "stop": 837324769 }, { "start": 837325161, "stop": 837330081 }, { "start": 837330225, "stop": 837331845 }, { "start": 837334324, "stop": 837341644 }, { "start": 837356197, "stop": 837356317 }, { "start": 837356462, "stop": 837356972 }, { "start": 837358207, "stop": 837359107 }, { "start": 837359271, "stop": 837359631 }, { "start": 837360713, "stop": 837361253 }, { "start": 837362889, "stop": 837363009 } ] }