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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=38",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 39,
    "results": [
        {
            "start": 940518301,
            "stop": 940519271
        },
        {
            "start": 940520013,
            "stop": 940528724
        },
        {
            "start": 940530522,
            "stop": 940534276
        },
        {
            "start": 940534854,
            "stop": 940561771
        },
        {
            "start": 940562500,
            "stop": 940566749
        },
        {
            "start": 940568169,
            "stop": 940571730
        },
        {
            "start": 940572921,
            "stop": 940576164
        },
        {
            "start": 940578961,
            "stop": 940587777
        },
        {
            "start": 940594508,
            "stop": 940596124
        },
        {
            "start": 940601215,
            "stop": 940602277
        },
        {
            "start": 940604002,
            "stop": 940604932
        },
        {
            "start": 940606455,
            "stop": 940606782
        },
        {
            "start": 940609859,
            "stop": 940610892
        },
        {
            "start": 940612042,
            "stop": 940612741
        },
        {
            "start": 940613383,
            "stop": 940613463
        },
        {
            "start": 941062095,
            "stop": 941062151
        },
        {
            "start": 941081250,
            "stop": 941081447
        },
        {
            "start": 941082827,
            "stop": 941084309
        },
        {
            "start": 941085019,
            "stop": 941085825
        },
        {
            "start": 941086531,
            "stop": 941086984
        }
    ]
}