Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=314
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=313",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 314,
    "results": [
        {
            "start": 818246053,
            "stop": 818246055
        },
        {
            "start": 818246068,
            "stop": 818246080
        },
        {
            "start": 818246090,
            "stop": 818246100
        },
        {
            "start": 818246103,
            "stop": 818246104
        },
        {
            "start": 818246107,
            "stop": 818246109
        },
        {
            "start": 818246114,
            "stop": 818246116
        },
        {
            "start": 818246130,
            "stop": 818246135
        },
        {
            "start": 818246139,
            "stop": 818246142
        },
        {
            "start": 818246153,
            "stop": 818246154
        },
        {
            "start": 818246163,
            "stop": 818246166
        },
        {
            "start": 818246169,
            "stop": 818246176
        },
        {
            "start": 818246181,
            "stop": 818246182
        },
        {
            "start": 818246195,
            "stop": 818246201
        },
        {
            "start": 818246204,
            "stop": 818246207
        },
        {
            "start": 818246211,
            "stop": 818246213
        },
        {
            "start": 818246216,
            "stop": 818246217
        },
        {
            "start": 818246224,
            "stop": 818246232
        },
        {
            "start": 818246240,
            "stop": 818246241
        },
        {
            "start": 818246244,
            "stop": 818246245
        },
        {
            "start": 818246248,
            "stop": 818246250
        }
    ]
}