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/H1_STOCH_CAT1/segments?format=api&page=46
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=47", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=45", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 46, "results": [ { "start": 821025824, "stop": 821027233 }, { "start": 821027406, "stop": 821027426 }, { "start": 821032285, "stop": 821034553 }, { "start": 821037156, "stop": 821037373 }, { "start": 821037497, "stop": 821037553 }, { "start": 821037841, "stop": 821037904 }, { "start": 821052036, "stop": 821052913 }, { "start": 821053056, "stop": 821053102 }, { "start": 821055275, "stop": 821055733 }, { "start": 821055864, "stop": 821055870 }, { "start": 821056143, "stop": 821056324 }, { "start": 821062149, "stop": 821062753 }, { "start": 821063136, "stop": 821063287 }, { "start": 821064968, "stop": 821066464 }, { "start": 821066944, "stop": 821074077 }, { "start": 821074201, "stop": 821074813 }, { "start": 821075569, "stop": 821076009 }, { "start": 821076975, "stop": 821077033 }, { "start": 821077436, "stop": 821077633 }, { "start": 821077880, "stop": 821083993 } ] }