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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10106",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10107,
    "results": [
        {
            "start": 873382654,
            "stop": 873382754
        },
        {
            "start": 873382940,
            "stop": 873383002
        },
        {
            "start": 873383160,
            "stop": 873383196
        },
        {
            "start": 873383292,
            "stop": 873383402
        },
        {
            "start": 873383482,
            "stop": 873383490
        },
        {
            "start": 873385055,
            "stop": 873385181
        },
        {
            "start": 873385189,
            "stop": 873385466
        },
        {
            "start": 873385560,
            "stop": 873385736
        },
        {
            "start": 873386185,
            "stop": 873386979
        },
        {
            "start": 873386986,
            "stop": 873387122
        },
        {
            "start": 873387540,
            "stop": 873387720
        },
        {
            "start": 873387840,
            "stop": 873387900
        },
        {
            "start": 873388080,
            "stop": 873388344
        },
        {
            "start": 873388351,
            "stop": 873389880
        },
        {
            "start": 873389887,
            "stop": 873390147
        },
        {
            "start": 873390155,
            "stop": 873390287
        },
        {
            "start": 873393940,
            "stop": 873393942
        },
        {
            "start": 873393982,
            "stop": 873394040
        },
        {
            "start": 873394047,
            "stop": 873394072
        },
        {
            "start": 873394106,
            "stop": 873394133
        }
    ]
}