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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=31",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 32,
    "results": [
        {
            "start": 815818450,
            "stop": 815818870
        },
        {
            "start": 815818877,
            "stop": 815819175
        },
        {
            "start": 815819182,
            "stop": 815820003
        },
        {
            "start": 815820010,
            "stop": 815820179
        },
        {
            "start": 815820186,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815821120
        },
        {
            "start": 815821127,
            "stop": 815821317
        },
        {
            "start": 815821324,
            "stop": 815824000
        },
        {
            "start": 815824008,
            "stop": 815824397
        },
        {
            "start": 815824404,
            "stop": 815825524
        },
        {
            "start": 815825531,
            "stop": 815825572
        },
        {
            "start": 815825579,
            "stop": 815826133
        },
        {
            "start": 815826140,
            "stop": 815826358
        },
        {
            "start": 815826365,
            "stop": 815826887
        },
        {
            "start": 815826894,
            "stop": 815827342
        },
        {
            "start": 815827350,
            "stop": 815827806
        },
        {
            "start": 815827814,
            "stop": 815831703
        },
        {
            "start": 815831710,
            "stop": 815831880
        },
        {
            "start": 815831887,
            "stop": 815833021
        },
        {
            "start": 815833029,
            "stop": 815837023
        }
    ]
}