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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=53",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 54,
    "results": [
        {
            "start": 1238276938,
            "stop": 1238277008
        },
        {
            "start": 1238277010,
            "stop": 1238277108
        },
        {
            "start": 1238277110,
            "stop": 1238277143
        },
        {
            "start": 1238277147,
            "stop": 1238277181
        },
        {
            "start": 1238277184,
            "stop": 1238277189
        },
        {
            "start": 1238277192,
            "stop": 1238277193
        },
        {
            "start": 1238277195,
            "stop": 1238277206
        },
        {
            "start": 1238277207,
            "stop": 1238277239
        },
        {
            "start": 1238277261,
            "stop": 1238277342
        },
        {
            "start": 1238277344,
            "stop": 1238277350
        },
        {
            "start": 1238291342,
            "stop": 1238291412
        },
        {
            "start": 1238291414,
            "stop": 1238291417
        },
        {
            "start": 1238291420,
            "stop": 1238291439
        },
        {
            "start": 1238291441,
            "stop": 1238291548
        },
        {
            "start": 1238291549,
            "stop": 1238291634
        },
        {
            "start": 1238291636,
            "stop": 1238291666
        },
        {
            "start": 1238291667,
            "stop": 1238291857
        },
        {
            "start": 1238291862,
            "stop": 1238291901
        },
        {
            "start": 1238291910,
            "stop": 1238291976
        },
        {
            "start": 1238291977,
            "stop": 1238291978
        }
    ]
}