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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=62",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 63,
    "results": [
        {
            "start": 817293174,
            "stop": 817293175
        },
        {
            "start": 817293191,
            "stop": 817293210
        },
        {
            "start": 817293217,
            "stop": 817293278
        },
        {
            "start": 817293288,
            "stop": 817293290
        },
        {
            "start": 817293297,
            "stop": 817293329
        },
        {
            "start": 817293364,
            "stop": 817293370
        },
        {
            "start": 817293385,
            "stop": 817293457
        },
        {
            "start": 817293471,
            "stop": 817293611
        },
        {
            "start": 817293638,
            "stop": 817294012
        },
        {
            "start": 817294019,
            "stop": 817294085
        },
        {
            "start": 817294092,
            "stop": 817294218
        },
        {
            "start": 817294225,
            "stop": 817294725
        },
        {
            "start": 817294736,
            "stop": 817294741
        },
        {
            "start": 817294839,
            "stop": 817294857
        },
        {
            "start": 817294884,
            "stop": 817294912
        },
        {
            "start": 817294919,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299145
        },
        {
            "start": 817299157,
            "stop": 817299165
        },
        {
            "start": 817299173,
            "stop": 817299220
        },
        {
            "start": 817299251,
            "stop": 817299254
        }
    ]
}