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=725
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=726", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=724", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 725, "results": [ { "start": 857216720, "stop": 857219660 }, { "start": 857219847, "stop": 857222487 }, { "start": 857224854, "stop": 857225244 }, { "start": 857225274, "stop": 857225334 }, { "start": 857225424, "stop": 857225484 }, { "start": 857225634, "stop": 857225724 }, { "start": 857225754, "stop": 857225814 }, { "start": 857225844, "stop": 857226024 }, { "start": 857226084, "stop": 857226174 }, { "start": 857226294, "stop": 857226354 }, { "start": 857226414, "stop": 857226564 }, { "start": 857226594, "stop": 857227314 }, { "start": 857227458, "stop": 857229258 }, { "start": 857231156, "stop": 857231936 }, { "start": 857249666, "stop": 857250086 }, { "start": 857250239, "stop": 857252039 }, { "start": 857252172, "stop": 857254632 }, { "start": 857256767, "stop": 857257907 }, { "start": 857258623, "stop": 857262523 }, { "start": 857263895, "stop": 857265455 } ] }