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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=453",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 454,
    "results": [
        {
            "start": 871418971,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871441431
        },
        {
            "start": 871444085,
            "stop": 871499595
        },
        {
            "start": 871499599,
            "stop": 871597070
        },
        {
            "start": 871598665,
            "stop": 871619291
        },
        {
            "start": 871622312,
            "stop": 871671998
        },
        {
            "start": 871678668,
            "stop": 871679619
        },
        {
            "start": 871680868,
            "stop": 871681972
        },
        {
            "start": 871682156,
            "stop": 871685654
        },
        {
            "start": 871693479,
            "stop": 871695379
        },
        {
            "start": 871697037,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871765350
        },
        {
            "start": 871766991,
            "stop": 871818821
        },
        {
            "start": 871819050,
            "stop": 871851523
        },
        {
            "start": 871851696,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871920965
        },
        {
            "start": 871923063,
            "stop": 872014954
        },
        {
            "start": 872017742,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019968
        },
        {
            "start": 872020025,
            "stop": 872030838
        }
    ]
}