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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=45",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 46,
    "results": [
        {
            "start": 817051906,
            "stop": 817051924
        },
        {
            "start": 817051927,
            "stop": 817052037
        },
        {
            "start": 817052157,
            "stop": 817052219
        },
        {
            "start": 817052222,
            "stop": 817052964
        },
        {
            "start": 817053084,
            "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": 817057878
        },
        {
            "start": 817057998,
            "stop": 817059249
        },
        {
            "start": 817059253,
            "stop": 817060321
        },
        {
            "start": 817060324,
            "stop": 817061279
        },
        {
            "start": 817061399,
            "stop": 817061627
        },
        {
            "start": 817061630,
            "stop": 817062025
        }
    ]
}