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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=103",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 104,
    "results": [
        {
            "start": 818059855,
            "stop": 818059858
        },
        {
            "start": 818059861,
            "stop": 818059865
        },
        {
            "start": 818059868,
            "stop": 818059874
        },
        {
            "start": 818059877,
            "stop": 818059904
        },
        {
            "start": 818059907,
            "stop": 818059922
        },
        {
            "start": 818059927,
            "stop": 818059928
        },
        {
            "start": 818059932,
            "stop": 818059936
        },
        {
            "start": 818059939,
            "stop": 818059950
        },
        {
            "start": 818059956,
            "stop": 818059960
        },
        {
            "start": 818059963,
            "stop": 818059964
        },
        {
            "start": 818059970,
            "stop": 818059978
        },
        {
            "start": 818059981,
            "stop": 818059991
        },
        {
            "start": 818059994,
            "stop": 818060006
        },
        {
            "start": 818060009,
            "stop": 818060042
        },
        {
            "start": 818060045,
            "stop": 818060047
        },
        {
            "start": 818060050,
            "stop": 818060058
        },
        {
            "start": 818060061,
            "stop": 818060067
        },
        {
            "start": 818060070,
            "stop": 818060071
        },
        {
            "start": 818060074,
            "stop": 818060084
        },
        {
            "start": 818060088,
            "stop": 818060090
        }
    ]
}