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_H2L1/segments?format=api&page=381
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=382", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=380", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 381, "results": [ { "start": 836308521, "stop": 836313801 }, { "start": 836316714, "stop": 836316954 }, { "start": 836317497, "stop": 836317797 }, { "start": 836318077, "stop": 836318137 }, { "start": 836318291, "stop": 836320151 }, { "start": 836320328, "stop": 836320388 }, { "start": 836320564, "stop": 836323444 }, { "start": 836324103, "stop": 836325003 }, { "start": 836325203, "stop": 836328083 }, { "start": 836328273, "stop": 836329953 }, { "start": 836331086, "stop": 836331386 }, { "start": 836332520, "stop": 836333420 }, { "start": 836333601, "stop": 836333901 }, { "start": 836334155, "stop": 836334635 }, { "start": 836337381, "stop": 836337741 }, { "start": 836337885, "stop": 836337945 }, { "start": 836338426, "stop": 836338726 }, { "start": 836339107, "stop": 836339347 }, { "start": 836339672, "stop": 836339732 }, { "start": 836339908, "stop": 836340148 } ] }