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/S6/timelines/H1_CW_CAT1/segments?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=3",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 4,
    "results": [
        {
            "start": 931488173,
            "stop": 931488177
        },
        {
            "start": 931488192,
            "stop": 931488196
        },
        {
            "start": 931488202,
            "stop": 931488268
        },
        {
            "start": 931488279,
            "stop": 931488314
        },
        {
            "start": 931488319,
            "stop": 931488358
        },
        {
            "start": 931488364,
            "stop": 931488373
        },
        {
            "start": 931488393,
            "stop": 931488397
        },
        {
            "start": 931488403,
            "stop": 931488407
        },
        {
            "start": 931488414,
            "stop": 931488422
        },
        {
            "start": 931488428,
            "stop": 931488477
        },
        {
            "start": 931488482,
            "stop": 931488589
        },
        {
            "start": 931488595,
            "stop": 931488599
        },
        {
            "start": 931488605,
            "stop": 931488623
        },
        {
            "start": 931488629,
            "stop": 931488634
        },
        {
            "start": 931488644,
            "stop": 931488711
        },
        {
            "start": 931488717,
            "stop": 931488748
        },
        {
            "start": 931491250,
            "stop": 931493870
        },
        {
            "start": 931499526,
            "stop": 931500054
        },
        {
            "start": 931532577,
            "stop": 931540372
        },
        {
            "start": 931572684,
            "stop": 931575368
        }
    ]
}