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_H1L1/segments?format=api&page=156
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=157", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=155", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 156, "results": [ { "start": 823790637, "stop": 823791327 }, { "start": 823791518, "stop": 823791698 }, { "start": 823791852, "stop": 823792452 }, { "start": 823792609, "stop": 823792669 }, { "start": 823793065, "stop": 823793155 }, { "start": 823793522, "stop": 823793642 }, { "start": 823793800, "stop": 823793860 }, { "start": 823866610, "stop": 823868950 }, { "start": 823869294, "stop": 823870554 }, { "start": 823871580, "stop": 823873140 }, { "start": 823873287, "stop": 823873527 }, { "start": 823879105, "stop": 823879165 }, { "start": 823881193, "stop": 823881463 }, { "start": 823881778, "stop": 823883398 }, { "start": 823883556, "stop": 823883736 }, { "start": 823942195, "stop": 823942315 }, { "start": 823942727, "stop": 823942847 }, { "start": 823943052, "stop": 823943142 }, { "start": 823944011, "stop": 823944071 }, { "start": 823946328, "stop": 823946448 } ] }