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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=27",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 28,
    "results": [
        {
            "start": 816905216,
            "stop": 816905816
        },
        {
            "start": 816905820,
            "stop": 816905823
        },
        {
            "start": 816905827,
            "stop": 816906110
        },
        {
            "start": 816906113,
            "stop": 816907279
        },
        {
            "start": 816907282,
            "stop": 816907507
        },
        {
            "start": 816907511,
            "stop": 816908016
        },
        {
            "start": 816908019,
            "stop": 816908343
        },
        {
            "start": 816908346,
            "stop": 816908722
        },
        {
            "start": 816908726,
            "stop": 816908821
        },
        {
            "start": 816909479,
            "stop": 816910423
        },
        {
            "start": 816910427,
            "stop": 816910445
        },
        {
            "start": 816910448,
            "stop": 816910882
        },
        {
            "start": 816910885,
            "stop": 816911797
        },
        {
            "start": 816911800,
            "stop": 816911826
        },
        {
            "start": 816911829,
            "stop": 816912053
        },
        {
            "start": 816912056,
            "stop": 816913750
        },
        {
            "start": 816913753,
            "stop": 816913840
        },
        {
            "start": 816913843,
            "stop": 816913904
        },
        {
            "start": 816915659,
            "stop": 816917140
        },
        {
            "start": 816917157,
            "stop": 816921436
        }
    ]
}