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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=55",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 56,
    "results": [
        {
            "start": 823941434,
            "stop": 823941436
        },
        {
            "start": 823941493,
            "stop": 823950913
        },
        {
            "start": 823950959,
            "stop": 823950960
        },
        {
            "start": 823951393,
            "stop": 823957916
        },
        {
            "start": 823957995,
            "stop": 823958893
        },
        {
            "start": 824007109,
            "stop": 824012991
        },
        {
            "start": 824013763,
            "stop": 824027642
        },
        {
            "start": 824028051,
            "stop": 824040013
        },
        {
            "start": 824041147,
            "stop": 824045113
        },
        {
            "start": 824050613,
            "stop": 824056148
        },
        {
            "start": 824060328,
            "stop": 824064599
        },
        {
            "start": 824071547,
            "stop": 824074262
        },
        {
            "start": 824090845,
            "stop": 824095753
        },
        {
            "start": 824096688,
            "stop": 824113495
        },
        {
            "start": 824114252,
            "stop": 824128386
        },
        {
            "start": 824128947,
            "stop": 824131213
        },
        {
            "start": 824131244,
            "stop": 824131246
        },
        {
            "start": 824131322,
            "stop": 824131453
        },
        {
            "start": 824131973,
            "stop": 824131994
        },
        {
            "start": 824132078,
            "stop": 824135520
        }
    ]
}