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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=126",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 127,
    "results": [
        {
            "start": 819989409,
            "stop": 819989701
        },
        {
            "start": 819989704,
            "stop": 819989843
        },
        {
            "start": 819989846,
            "stop": 819990049
        },
        {
            "start": 819990052,
            "stop": 819990097
        },
        {
            "start": 819990100,
            "stop": 819990152
        },
        {
            "start": 819990169,
            "stop": 819990528
        },
        {
            "start": 819990545,
            "stop": 819990724
        },
        {
            "start": 819990727,
            "stop": 819990809
        },
        {
            "start": 819990812,
            "stop": 819990913
        },
        {
            "start": 819990916,
            "stop": 819990918
        },
        {
            "start": 819990922,
            "stop": 819991426
        },
        {
            "start": 819991430,
            "stop": 819991774
        },
        {
            "start": 819991778,
            "stop": 819991853
        },
        {
            "start": 819991856,
            "stop": 819991879
        },
        {
            "start": 819991882,
            "stop": 819991886
        },
        {
            "start": 819991889,
            "stop": 819991892
        },
        {
            "start": 819991896,
            "stop": 819991917
        },
        {
            "start": 819991920,
            "stop": 819992142
        },
        {
            "start": 819992145,
            "stop": 819992207
        },
        {
            "start": 819992210,
            "stop": 819992228
        }
    ]
}