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=100
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=101", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=99", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 100, "results": [ { "start": 820499552, "stop": 820499612 }, { "start": 820499785, "stop": 820499905 }, { "start": 820550338, "stop": 820550398 }, { "start": 820551775, "stop": 820551835 }, { "start": 820552923, "stop": 820553103 }, { "start": 820563882, "stop": 820563942 }, { "start": 820574130, "stop": 820574190 }, { "start": 820574514, "stop": 820574634 }, { "start": 820575057, "stop": 820575177 }, { "start": 820575833, "stop": 820576013 }, { "start": 820576201, "stop": 820576381 }, { "start": 820576605, "stop": 820576725 }, { "start": 820577253, "stop": 820577313 }, { "start": 820577751, "stop": 820577811 }, { "start": 820578443, "stop": 820578623 }, { "start": 820578798, "stop": 820578918 }, { "start": 820579777, "stop": 820580137 }, { "start": 820580447, "stop": 820580567 }, { "start": 820580861, "stop": 820580921 }, { "start": 820581146, "stop": 820581206 } ] }