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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=69",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 70,
    "results": [
        {
            "start": 816207310,
            "stop": 816207502
        },
        {
            "start": 816207622,
            "stop": 816207853
        },
        {
            "start": 816207856,
            "stop": 816208260
        },
        {
            "start": 816208264,
            "stop": 816208305
        },
        {
            "start": 816208801,
            "stop": 816208875
        },
        {
            "start": 816208878,
            "stop": 816208960
        },
        {
            "start": 816208964,
            "stop": 816209048
        },
        {
            "start": 816209051,
            "stop": 816209151
        },
        {
            "start": 816209155,
            "stop": 816209250
        },
        {
            "start": 816209253,
            "stop": 816209462
        },
        {
            "start": 816209465,
            "stop": 816209603
        },
        {
            "start": 816210210,
            "stop": 816210214
        },
        {
            "start": 816210218,
            "stop": 816210324
        },
        {
            "start": 816210327,
            "stop": 816210463
        },
        {
            "start": 816210466,
            "stop": 816210576
        },
        {
            "start": 816210579,
            "stop": 816210667
        },
        {
            "start": 816210671,
            "stop": 816210678
        },
        {
            "start": 816210681,
            "stop": 816210739
        },
        {
            "start": 816210742,
            "stop": 816210747
        },
        {
            "start": 816210751,
            "stop": 816210873
        }
    ]
}