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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=32",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 33,
    "results": [
        {
            "start": 816903097,
            "stop": 816903991
        },
        {
            "start": 816903998,
            "stop": 816904410
        },
        {
            "start": 816904417,
            "stop": 816904504
        },
        {
            "start": 816904518,
            "stop": 816905211
        },
        {
            "start": 816905218,
            "stop": 816905814
        },
        {
            "start": 816905829,
            "stop": 816906108
        },
        {
            "start": 816906115,
            "stop": 816907277
        },
        {
            "start": 816907284,
            "stop": 816907505
        },
        {
            "start": 816907513,
            "stop": 816908014
        },
        {
            "start": 816908021,
            "stop": 816908341
        },
        {
            "start": 816908348,
            "stop": 816908720
        },
        {
            "start": 816908728,
            "stop": 816908842
        },
        {
            "start": 816908850,
            "stop": 816908893
        },
        {
            "start": 816909479,
            "stop": 816910421
        },
        {
            "start": 816910429,
            "stop": 816910443
        },
        {
            "start": 816910450,
            "stop": 816910880
        },
        {
            "start": 816910887,
            "stop": 816911795
        },
        {
            "start": 816911802,
            "stop": 816911824
        },
        {
            "start": 816911831,
            "stop": 816912051
        },
        {
            "start": 816912058,
            "stop": 816913748
        }
    ]
}