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=258
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=259", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=257", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 258, "results": [ { "start": 829393271, "stop": 829395671 }, { "start": 829397517, "stop": 829399437 }, { "start": 829400100, "stop": 829400880 }, { "start": 829401140, "stop": 829401830 }, { "start": 829401860, "stop": 829406600 }, { "start": 829434917, "stop": 829435127 }, { "start": 829435332, "stop": 829435752 }, { "start": 829435914, "stop": 829435974 }, { "start": 829436118, "stop": 829436298 }, { "start": 829436436, "stop": 829436676 }, { "start": 829438760, "stop": 829439270 }, { "start": 829439360, "stop": 829439420 }, { "start": 829439450, "stop": 829439660 }, { "start": 829439811, "stop": 829439871 }, { "start": 829440122, "stop": 829440182 }, { "start": 829440334, "stop": 829442674 }, { "start": 829442881, "stop": 829444201 }, { "start": 829444362, "stop": 829445112 }, { "start": 829445262, "stop": 829446342 }, { "start": 829446598, "stop": 829447528 } ] }