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_CAT1/segments?format=api&page=9828
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9829", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9827", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9828, "results": [ { "start": 874054505, "stop": 874054509 }, { "start": 874054513, "stop": 874054514 }, { "start": 874054515, "stop": 874054517 }, { "start": 874054519, "stop": 874054522 }, { "start": 874054524, "stop": 874054525 }, { "start": 874054528, "stop": 874054532 }, { "start": 874054533, "stop": 874054537 }, { "start": 874054538, "stop": 874054539 }, { "start": 874054540, "stop": 874054541 }, { "start": 874054542, "stop": 874054543 }, { "start": 874054544, "stop": 874054550 }, { "start": 874054551, "stop": 874054555 }, { "start": 874054557, "stop": 874054563 }, { "start": 874054566, "stop": 874054568 }, { "start": 874054569, "stop": 874054571 }, { "start": 874054574, "stop": 874054584 }, { "start": 874054585, "stop": 874054587 }, { "start": 874054589, "stop": 874054592 }, { "start": 874054594, "stop": 874054595 }, { "start": 874054597, "stop": 874054617 } ] }