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=845
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=846", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=844", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 845, "results": [ { "start": 864275805, "stop": 864280425 }, { "start": 864281898, "stop": 864282438 }, { "start": 864282636, "stop": 864284736 }, { "start": 864286148, "stop": 864288668 }, { "start": 864288809, "stop": 864291089 }, { "start": 864291292, "stop": 864293452 }, { "start": 864293608, "stop": 864298858 }, { "start": 864299008, "stop": 864300868 }, { "start": 864301018, "stop": 864303508 }, { "start": 864303724, "stop": 864305644 }, { "start": 864306941, "stop": 864309761 }, { "start": 864310755, "stop": 864314355 }, { "start": 864315580, "stop": 864316540 }, { "start": 864316690, "stop": 864319060 }, { "start": 864319205, "stop": 864321095 }, { "start": 864321155, "stop": 864322925 }, { "start": 864323096, "stop": 864324596 }, { "start": 864324759, "stop": 864325419 }, { "start": 864326941, "stop": 864328081 }, { "start": 864329070, "stop": 864331590 } ] }