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=742
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=743", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=741", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 742, "results": [ { "start": 858346218, "stop": 858346278 }, { "start": 858346432, "stop": 858349102 }, { "start": 858349132, "stop": 858353152 }, { "start": 858353312, "stop": 858354002 }, { "start": 858355416, "stop": 858357276 }, { "start": 858357429, "stop": 858358449 }, { "start": 858358602, "stop": 858358722 }, { "start": 858358872, "stop": 858359262 }, { "start": 858359423, "stop": 858359603 }, { "start": 858359785, "stop": 858360925 }, { "start": 858361093, "stop": 858364813 }, { "start": 858366357, "stop": 858366477 }, { "start": 858366927, "stop": 858372327 }, { "start": 858372503, "stop": 858375563 }, { "start": 858377398, "stop": 858377578 }, { "start": 858377608, "stop": 858377668 }, { "start": 858379445, "stop": 858388175 }, { "start": 858388205, "stop": 858390245 }, { "start": 858391171, "stop": 858395851 }, { "start": 858396061, "stop": 858397201 } ] }