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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8907",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8908,
    "results": [
        {
            "start": 873383160,
            "stop": 873383196
        },
        {
            "start": 873383292,
            "stop": 873383402
        },
        {
            "start": 873384975,
            "stop": 873385175
        },
        {
            "start": 873385195,
            "stop": 873385466
        },
        {
            "start": 873385484,
            "stop": 873385500
        },
        {
            "start": 873385560,
            "stop": 873385736
        },
        {
            "start": 873386168,
            "stop": 873386973
        },
        {
            "start": 873386992,
            "stop": 873387122
        },
        {
            "start": 873387540,
            "stop": 873387720
        },
        {
            "start": 873387840,
            "stop": 873387900
        },
        {
            "start": 873388080,
            "stop": 873388209
        },
        {
            "start": 873388226,
            "stop": 873388338
        },
        {
            "start": 873388357,
            "stop": 873389874
        },
        {
            "start": 873389893,
            "stop": 873389990
        },
        {
            "start": 873390007,
            "stop": 873390141
        },
        {
            "start": 873390161,
            "stop": 873390287
        },
        {
            "start": 873393923,
            "stop": 873393942
        },
        {
            "start": 873393969,
            "stop": 873394034
        },
        {
            "start": 873394053,
            "stop": 873394072
        },
        {
            "start": 873394089,
            "stop": 873394133
        }
    ]
}