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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=2",
    "previous": null,
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 1,
    "results": [
        {
            "start": 1238166018,
            "stop": 1238170289
        },
        {
            "start": 1238175433,
            "stop": 1238192569
        },
        {
            "start": 1238192714,
            "stop": 1238193896
        },
        {
            "start": 1238197374,
            "stop": 1238197471
        },
        {
            "start": 1238197528,
            "stop": 1238200187
        },
        {
            "start": 1238202210,
            "stop": 1238204835
        },
        {
            "start": 1238205073,
            "stop": 1238228885
        },
        {
            "start": 1238233224,
            "stop": 1238248836
        },
        {
            "start": 1238264818,
            "stop": 1238277350
        },
        {
            "start": 1238291342,
            "stop": 1238312534
        },
        {
            "start": 1238315218,
            "stop": 1238323145
        },
        {
            "start": 1238323810,
            "stop": 1238330042
        },
        {
            "start": 1238330177,
            "stop": 1238336431
        },
        {
            "start": 1238336560,
            "stop": 1238342822
        },
        {
            "start": 1238343863,
            "stop": 1238346382
        },
        {
            "start": 1238349644,
            "stop": 1238353775
        },
        {
            "start": 1238353968,
            "stop": 1238356849
        },
        {
            "start": 1238356927,
            "stop": 1238356974
        },
        {
            "start": 1238357138,
            "stop": 1238360639
        },
        {
            "start": 1238362764,
            "stop": 1238426681
        }
    ]
}