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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=51",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 52,
    "results": [
        {
            "start": 816183631,
            "stop": 816183657
        },
        {
            "start": 816183924,
            "stop": 816183958
        },
        {
            "start": 816183965,
            "stop": 816183988
        },
        {
            "start": 816183995,
            "stop": 816184000
        },
        {
            "start": 816184007,
            "stop": 816184012
        },
        {
            "start": 816184020,
            "stop": 816184066
        },
        {
            "start": 816184073,
            "stop": 816184165
        },
        {
            "start": 816184173,
            "stop": 816184207
        },
        {
            "start": 816184214,
            "stop": 816184231
        },
        {
            "start": 816184240,
            "stop": 816184268
        },
        {
            "start": 816184275,
            "stop": 816184333
        },
        {
            "start": 816184340,
            "stop": 816184421
        },
        {
            "start": 816184428,
            "stop": 816184483
        },
        {
            "start": 816184496,
            "stop": 816184547
        },
        {
            "start": 816184555,
            "stop": 816184901
        },
        {
            "start": 816184909,
            "stop": 816184922
        },
        {
            "start": 816184929,
            "stop": 816185030
        },
        {
            "start": 816185037,
            "stop": 816185127
        },
        {
            "start": 816185139,
            "stop": 816185192
        },
        {
            "start": 816185199,
            "stop": 816185250
        }
    ]
}