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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=11",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 12,
    "results": [
        {
            "start": 932750394,
            "stop": 932756224
        },
        {
            "start": 932758329,
            "stop": 932774441
        },
        {
            "start": 932774987,
            "stop": 932787464
        },
        {
            "start": 932787816,
            "stop": 932813562
        },
        {
            "start": 932817146,
            "stop": 932817148
        },
        {
            "start": 932817303,
            "stop": 932820197
        },
        {
            "start": 932849188,
            "stop": 932861240
        },
        {
            "start": 932881915,
            "stop": 932882129
        },
        {
            "start": 932884273,
            "stop": 932894434
        },
        {
            "start": 932895736,
            "stop": 932900909
        },
        {
            "start": 932903541,
            "stop": 932909775
        },
        {
            "start": 932911600,
            "stop": 932920346
        },
        {
            "start": 932920716,
            "stop": 932920899
        },
        {
            "start": 932924961,
            "stop": 932929553
        },
        {
            "start": 932929900,
            "stop": 932944049
        },
        {
            "start": 932945797,
            "stop": 932954584
        },
        {
            "start": 932954879,
            "stop": 932970928
        },
        {
            "start": 932972149,
            "stop": 932980254
        },
        {
            "start": 932983019,
            "stop": 932984076
        },
        {
            "start": 932985622,
            "stop": 932989949
        }
    ]
}