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=421
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=422", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=420", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 421, "results": [ { "start": 838589625, "stop": 838591725 }, { "start": 838591935, "stop": 838592175 }, { "start": 838592353, "stop": 838592413 }, { "start": 838592545, "stop": 838592605 }, { "start": 838592951, "stop": 838593011 }, { "start": 838593146, "stop": 838593206 }, { "start": 838593236, "stop": 838593416 }, { "start": 838593584, "stop": 838595084 }, { "start": 838595249, "stop": 838597049 }, { "start": 838597290, "stop": 838599090 }, { "start": 838599265, "stop": 838600225 }, { "start": 838600503, "stop": 838600803 }, { "start": 838604158, "stop": 838605058 }, { "start": 838605833, "stop": 838607453 }, { "start": 838608882, "stop": 838609542 }, { "start": 838610601, "stop": 838610661 }, { "start": 838612562, "stop": 838614962 }, { "start": 838617081, "stop": 838617621 }, { "start": 838617765, "stop": 838617825 }, { "start": 838617967, "stop": 838618357 } ] }