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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=210",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 211,
    "results": [
        {
            "start": 1183672395,
            "stop": 1183672416
        },
        {
            "start": 1183672417,
            "stop": 1183672419
        },
        {
            "start": 1183672420,
            "stop": 1183672499
        },
        {
            "start": 1183672500,
            "stop": 1183672522
        },
        {
            "start": 1183672523,
            "stop": 1183672604
        },
        {
            "start": 1183672605,
            "stop": 1183672606
        },
        {
            "start": 1183672607,
            "stop": 1183672614
        },
        {
            "start": 1183672618,
            "stop": 1183672619
        },
        {
            "start": 1183672622,
            "stop": 1183672623
        },
        {
            "start": 1183672624,
            "stop": 1183672730
        },
        {
            "start": 1183672731,
            "stop": 1183672733
        },
        {
            "start": 1183672736,
            "stop": 1183672808
        },
        {
            "start": 1183672812,
            "stop": 1183672815
        },
        {
            "start": 1183672818,
            "stop": 1183672987
        },
        {
            "start": 1183672989,
            "stop": 1183673021
        },
        {
            "start": 1183673022,
            "stop": 1183673052
        },
        {
            "start": 1183673053,
            "stop": 1183673056
        },
        {
            "start": 1183673057,
            "stop": 1183673099
        },
        {
            "start": 1183673100,
            "stop": 1183673102
        },
        {
            "start": 1183673104,
            "stop": 1183673151
        }
    ]
}