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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=32",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 33,
    "results": [
        {
            "start": 817049939,
            "stop": 817050287
        },
        {
            "start": 817050290,
            "stop": 817051903
        },
        {
            "start": 817051906,
            "stop": 817051924
        },
        {
            "start": 817051927,
            "stop": 817052219
        },
        {
            "start": 817052222,
            "stop": 817054412
        },
        {
            "start": 817054415,
            "stop": 817056728
        },
        {
            "start": 817056745,
            "stop": 817056756
        },
        {
            "start": 817056773,
            "stop": 817056794
        },
        {
            "start": 817056798,
            "stop": 817056838
        },
        {
            "start": 817056841,
            "stop": 817057034
        },
        {
            "start": 817057037,
            "stop": 817057102
        },
        {
            "start": 817057106,
            "stop": 817057432
        },
        {
            "start": 817057435,
            "stop": 817057623
        },
        {
            "start": 817057627,
            "stop": 817057630
        },
        {
            "start": 817057633,
            "stop": 817057927
        },
        {
            "start": 817057931,
            "stop": 817059249
        },
        {
            "start": 817059253,
            "stop": 817060321
        },
        {
            "start": 817060324,
            "stop": 817061627
        },
        {
            "start": 817061630,
            "stop": 817062025
        },
        {
            "start": 817062028,
            "stop": 817062066
        }
    ]
}