Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=71",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 72,
    "results": [
        {
            "start": 949890915,
            "stop": 949891234
        },
        {
            "start": 949891477,
            "stop": 949893416
        },
        {
            "start": 949894663,
            "stop": 949897126
        },
        {
            "start": 949901751,
            "stop": 949902070
        },
        {
            "start": 949902351,
            "stop": 949902352
        },
        {
            "start": 949902812,
            "stop": 949902813
        },
        {
            "start": 949902818,
            "stop": 949903170
        },
        {
            "start": 949903300,
            "stop": 949911561
        },
        {
            "start": 949912759,
            "stop": 949919116
        },
        {
            "start": 949920112,
            "stop": 949923344
        },
        {
            "start": 949924554,
            "stop": 949925932
        },
        {
            "start": 949927492,
            "stop": 949930904
        },
        {
            "start": 949932975,
            "stop": 949933608
        },
        {
            "start": 949941394,
            "stop": 949952335
        },
        {
            "start": 949953270,
            "stop": 949959984
        },
        {
            "start": 949961614,
            "stop": 949973927
        },
        {
            "start": 949975429,
            "stop": 949985592
        },
        {
            "start": 949986206,
            "stop": 949989092
        },
        {
            "start": 949989964,
            "stop": 949993752
        },
        {
            "start": 949994632,
            "stop": 949998550
        }
    ]
}