Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=437
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=436",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 437,
    "results": [
        {
            "start": 871308080,
            "stop": 871311102
        },
        {
            "start": 871311123,
            "stop": 871311124
        },
        {
            "start": 871311158,
            "stop": 871311437
        },
        {
            "start": 871311458,
            "stop": 871311464
        },
        {
            "start": 871311486,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871318837
        },
        {
            "start": 871318858,
            "stop": 871319550
        },
        {
            "start": 871319610,
            "stop": 871320300
        },
        {
            "start": 871320360,
            "stop": 871320630
        },
        {
            "start": 871320690,
            "stop": 871321854
        },
        {
            "start": 871321888,
            "stop": 871322627
        },
        {
            "start": 871322648,
            "stop": 871328832
        },
        {
            "start": 871328853,
            "stop": 871329502
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871346436
        },
        {
            "start": 871346471,
            "stop": 871346479
        },
        {
            "start": 871346498,
            "stop": 871349424
        },
        {
            "start": 871349429,
            "stop": 871350082
        },
        {
            "start": 871350103,
            "stop": 871351444
        }
    ]
}