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=9805
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9806", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9804", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9805, "results": [ { "start": 873889960, "stop": 873889961 }, { "start": 873889965, "stop": 873889968 }, { "start": 873889971, "stop": 873889975 }, { "start": 873889978, "stop": 873889986 }, { "start": 873889990, "stop": 873889993 }, { "start": 873889996, "stop": 873889997 }, { "start": 873890000, "stop": 873890004 }, { "start": 873890007, "stop": 873890008 }, { "start": 873890011, "stop": 873890015 }, { "start": 873890021, "stop": 873890022 }, { "start": 873890025, "stop": 873890050 }, { "start": 873890053, "stop": 873890076 }, { "start": 873890079, "stop": 873890141 }, { "start": 873890150, "stop": 873890167 }, { "start": 873890170, "stop": 873890186 }, { "start": 873890189, "stop": 873890194 }, { "start": 873890197, "stop": 873890201 }, { "start": 873890204, "stop": 873890242 }, { "start": 873890245, "stop": 873890247 }, { "start": 873890250, "stop": 873890252 } ] }