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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=40",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 41,
    "results": [
        {
            "start": 822093808,
            "stop": 822096463
        },
        {
            "start": 822098010,
            "stop": 822104893
        },
        {
            "start": 822107016,
            "stop": 822119413
        },
        {
            "start": 822119439,
            "stop": 822119442
        },
        {
            "start": 822119662,
            "stop": 822119833
        },
        {
            "start": 822119845,
            "stop": 822119848
        },
        {
            "start": 822119988,
            "stop": 822122887
        },
        {
            "start": 822123531,
            "stop": 822135193
        },
        {
            "start": 822137192,
            "stop": 822139813
        },
        {
            "start": 822140551,
            "stop": 822140773
        },
        {
            "start": 822168631,
            "stop": 822169633
        },
        {
            "start": 822169670,
            "stop": 822169672
        },
        {
            "start": 822169813,
            "stop": 822170473
        },
        {
            "start": 822178825,
            "stop": 822180357
        },
        {
            "start": 822180750,
            "stop": 822189193
        },
        {
            "start": 822189232,
            "stop": 822189234
        },
        {
            "start": 822189626,
            "stop": 822190103
        },
        {
            "start": 822190166,
            "stop": 822191833
        },
        {
            "start": 822191876,
            "stop": 822191877
        },
        {
            "start": 822191942,
            "stop": 822194105
        }
    ]
}