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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=88",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 89,
    "results": [
        {
            "start": 827683654,
            "stop": 827683873
        },
        {
            "start": 827683902,
            "stop": 827683903
        },
        {
            "start": 827683989,
            "stop": 827685888
        },
        {
            "start": 827687396,
            "stop": 827688005
        },
        {
            "start": 827689018,
            "stop": 827693533
        },
        {
            "start": 827693910,
            "stop": 827695150
        },
        {
            "start": 827700318,
            "stop": 827700793
        },
        {
            "start": 827701627,
            "stop": 827701819
        },
        {
            "start": 827702251,
            "stop": 827707436
        },
        {
            "start": 827709110,
            "stop": 827709132
        },
        {
            "start": 827709708,
            "stop": 827712193
        },
        {
            "start": 827712204,
            "stop": 827712206
        },
        {
            "start": 827712487,
            "stop": 827742373
        },
        {
            "start": 827742400,
            "stop": 827742402
        },
        {
            "start": 827743453,
            "stop": 827751373
        },
        {
            "start": 827751415,
            "stop": 827751417
        },
        {
            "start": 827752044,
            "stop": 827755033
        },
        {
            "start": 827755037,
            "stop": 827755038
        },
        {
            "start": 827755671,
            "stop": 827758153
        },
        {
            "start": 827758170,
            "stop": 827758171
        }
    ]
}