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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=855",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 856,
    "results": [
        {
            "start": 873483944,
            "stop": 873483951
        },
        {
            "start": 873483955,
            "stop": 873483961
        },
        {
            "start": 873483966,
            "stop": 873483972
        },
        {
            "start": 873483977,
            "stop": 873483984
        },
        {
            "start": 873483988,
            "stop": 873483996
        },
        {
            "start": 873484000,
            "stop": 873484010
        },
        {
            "start": 873484014,
            "stop": 873484020
        },
        {
            "start": 873484024,
            "stop": 873484034
        },
        {
            "start": 873484038,
            "stop": 873484043
        },
        {
            "start": 873484047,
            "stop": 873484054
        },
        {
            "start": 873484058,
            "stop": 873484065
        },
        {
            "start": 873484069,
            "stop": 873484076
        },
        {
            "start": 873484080,
            "stop": 873484087
        },
        {
            "start": 873484091,
            "stop": 873484099
        },
        {
            "start": 873484103,
            "stop": 873484133
        },
        {
            "start": 873484137,
            "stop": 873484145
        },
        {
            "start": 873484149,
            "stop": 873484156
        },
        {
            "start": 873484161,
            "stop": 873484166
        },
        {
            "start": 873484171,
            "stop": 873484179
        },
        {
            "start": 873484183,
            "stop": 873484190
        }
    ]
}