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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=994",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 995,
    "results": [
        {
            "start": 873016039,
            "stop": 873016099
        },
        {
            "start": 873017441,
            "stop": 873017801
        },
        {
            "start": 873017970,
            "stop": 873018210
        },
        {
            "start": 873018388,
            "stop": 873019288
        },
        {
            "start": 873019461,
            "stop": 873019521
        },
        {
            "start": 873019670,
            "stop": 873020390
        },
        {
            "start": 873020542,
            "stop": 873026002
        },
        {
            "start": 873026062,
            "stop": 873026182
        },
        {
            "start": 873026272,
            "stop": 873026422
        },
        {
            "start": 873026452,
            "stop": 873027082
        },
        {
            "start": 873027112,
            "stop": 873027262
        },
        {
            "start": 873027292,
            "stop": 873027802
        },
        {
            "start": 873028585,
            "stop": 873029185
        },
        {
            "start": 873029359,
            "stop": 873030499
        },
        {
            "start": 873030825,
            "stop": 873031665
        },
        {
            "start": 873031862,
            "stop": 873032222
        },
        {
            "start": 873032364,
            "stop": 873033084
        },
        {
            "start": 873034756,
            "stop": 873035356
        },
        {
            "start": 873036604,
            "stop": 873037864
        },
        {
            "start": 873038174,
            "stop": 873039554
        }
    ]
}