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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=85",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 86,
    "results": [
        {
            "start": 952348510,
            "stop": 952353543
        },
        {
            "start": 952371946,
            "stop": 952375187
        },
        {
            "start": 952376573,
            "stop": 952380246
        },
        {
            "start": 952380271,
            "stop": 952380276
        },
        {
            "start": 952380301,
            "stop": 952380636
        },
        {
            "start": 952383872,
            "stop": 952383898
        },
        {
            "start": 952384056,
            "stop": 952385135
        },
        {
            "start": 952385650,
            "stop": 952386001
        },
        {
            "start": 952388489,
            "stop": 952394128
        },
        {
            "start": 952394363,
            "stop": 952394677
        },
        {
            "start": 952396065,
            "stop": 952396832
        },
        {
            "start": 952397744,
            "stop": 952397818
        },
        {
            "start": 952399883,
            "stop": 952404960
        },
        {
            "start": 952407809,
            "stop": 952412514
        },
        {
            "start": 952414018,
            "stop": 952417418
        },
        {
            "start": 952418417,
            "stop": 952418968
        },
        {
            "start": 952419305,
            "stop": 952419868
        },
        {
            "start": 952420069,
            "stop": 952422355
        },
        {
            "start": 952423156,
            "stop": 952428983
        },
        {
            "start": 952429691,
            "stop": 952429873
        }
    ]
}