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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=183",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 184,
    "results": [
        {
            "start": 871341250,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871392589
        },
        {
            "start": 871393624,
            "stop": 871393987
        },
        {
            "start": 871394045,
            "stop": 871409405
        },
        {
            "start": 871410297,
            "stop": 871414326
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871441449
        },
        {
            "start": 871444085,
            "stop": 871597087
        },
        {
            "start": 871598665,
            "stop": 871619303
        },
        {
            "start": 871622312,
            "stop": 871672014
        },
        {
            "start": 871678668,
            "stop": 871679619
        },
        {
            "start": 871680868,
            "stop": 871681972
        },
        {
            "start": 871682156,
            "stop": 871685671
        },
        {
            "start": 871693479,
            "stop": 871695396
        },
        {
            "start": 871697037,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871765350
        },
        {
            "start": 871766991,
            "stop": 871818821
        },
        {
            "start": 871819050,
            "stop": 871851523
        }
    ]
}