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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=103",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 104,
    "results": [
        {
            "start": 957567771,
            "stop": 957569374
        },
        {
            "start": 957569460,
            "stop": 957571580
        },
        {
            "start": 957571601,
            "stop": 957575041
        },
        {
            "start": 957575177,
            "stop": 957578728
        },
        {
            "start": 957582609,
            "stop": 957592642
        },
        {
            "start": 957593071,
            "stop": 957594914
        },
        {
            "start": 957598100,
            "stop": 957611002
        },
        {
            "start": 957614214,
            "stop": 957617381
        },
        {
            "start": 957664437,
            "stop": 957666454
        },
        {
            "start": 957668969,
            "stop": 957671189
        },
        {
            "start": 957672063,
            "stop": 957698089
        },
        {
            "start": 957699515,
            "stop": 957700324
        },
        {
            "start": 957707675,
            "stop": 957714655
        },
        {
            "start": 957718342,
            "stop": 957727942
        },
        {
            "start": 957728976,
            "stop": 957734163
        },
        {
            "start": 957763816,
            "stop": 957774653
        },
        {
            "start": 957778181,
            "stop": 957781478
        },
        {
            "start": 957785098,
            "stop": 957787945
        },
        {
            "start": 957793899,
            "stop": 957800182
        },
        {
            "start": 957801148,
            "stop": 957811199
        }
    ]
}