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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15824
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15825", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15823", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15824, "results": [ { "start": 971178925, "stop": 971178927 }, { "start": 971178928, "stop": 971178936 }, { "start": 971178937, "stop": 971178942 }, { "start": 971178944, "stop": 971178949 }, { "start": 971178951, "stop": 971178952 }, { "start": 971178953, "stop": 971178955 }, { "start": 971178959, "stop": 971178960 }, { "start": 971178963, "stop": 971178965 }, { "start": 971178966, "stop": 971178967 }, { "start": 971178968, "stop": 971178970 }, { "start": 971178976, "stop": 971178980 }, { "start": 971178984, "stop": 971178988 }, { "start": 971178989, "stop": 971178990 }, { "start": 971178991, "stop": 971178994 }, { "start": 971178996, "stop": 971178998 }, { "start": 971178999, "stop": 971179000 }, { "start": 971179001, "stop": 971179023 }, { "start": 971179025, "stop": 971179032 }, { "start": 971179033, "stop": 971179039 }, { "start": 971179040, "stop": 971179041 } ] }