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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=35",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 36,
    "results": [
        {
            "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
        },
        {
            "start": 816913755,
            "stop": 816913838
        },
        {
            "start": 816913845,
            "stop": 816913993
        },
        {
            "start": 816914022,
            "stop": 816914023
        },
        {
            "start": 816915659,
            "stop": 816916183
        },
        {
            "start": 816916364,
            "stop": 816921434
        }
    ]
}