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=1072
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1073", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1071", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1072, "results": [ { "start": 873585074, "stop": 873585944 }, { "start": 873586442, "stop": 873587102 }, { "start": 873587240, "stop": 873591080 }, { "start": 873591467, "stop": 873594167 }, { "start": 873594379, "stop": 873597019 }, { "start": 873597586, "stop": 873597766 }, { "start": 873598028, "stop": 873599168 }, { "start": 873599378, "stop": 873600068 }, { "start": 873600207, "stop": 873600447 }, { "start": 873600712, "stop": 873601492 }, { "start": 873601751, "stop": 873601871 }, { "start": 873602179, "stop": 873602299 }, { "start": 873602769, "stop": 873603309 }, { "start": 873603559, "stop": 873603859 }, { "start": 873604027, "stop": 873604087 }, { "start": 873605587, "stop": 873605707 }, { "start": 873605866, "stop": 873605926 }, { "start": 873606476, "stop": 873611036 }, { "start": 873614027, "stop": 873617447 }, { "start": 873617620, "stop": 873618040 } ] }