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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=74",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 75,
    "results": [
        {
            "start": 949739927,
            "stop": 949741395
        },
        {
            "start": 949799602,
            "stop": 949819833
        },
        {
            "start": 949821372,
            "stop": 949831603
        },
        {
            "start": 949834382,
            "stop": 949844989
        },
        {
            "start": 949847211,
            "stop": 949855902
        },
        {
            "start": 949861018,
            "stop": 949881631
        },
        {
            "start": 949881695,
            "stop": 949881821
        },
        {
            "start": 949882299,
            "stop": 949884401
        },
        {
            "start": 949885809,
            "stop": 949887716
        },
        {
            "start": 949890915,
            "stop": 949891234
        },
        {
            "start": 949891477,
            "stop": 949893521
        },
        {
            "start": 949894663,
            "stop": 949897126
        },
        {
            "start": 949901751,
            "stop": 949902070
        },
        {
            "start": 949902351,
            "stop": 949902352
        },
        {
            "start": 949902812,
            "stop": 949902813
        },
        {
            "start": 949902818,
            "stop": 949903170
        },
        {
            "start": 949903300,
            "stop": 949911666
        },
        {
            "start": 949912759,
            "stop": 949919221
        },
        {
            "start": 949920112,
            "stop": 949923449
        },
        {
            "start": 949924554,
            "stop": 949926037
        }
    ]
}