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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=152",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 153,
    "results": [
        {
            "start": 870825568,
            "stop": 870891401
        },
        {
            "start": 870892675,
            "stop": 870905939
        },
        {
            "start": 870906953,
            "stop": 870939903
        },
        {
            "start": 870941887,
            "stop": 870956297
        },
        {
            "start": 870961222,
            "stop": 870980993
        },
        {
            "start": 870982071,
            "stop": 870991910
        },
        {
            "start": 870992434,
            "stop": 871061225
        },
        {
            "start": 871062429,
            "stop": 871075832
        },
        {
            "start": 871076900,
            "stop": 871105560
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871156398,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871236627
        },
        {
            "start": 871242473,
            "stop": 871243426
        },
        {
            "start": 871253049,
            "stop": 871257137
        },
        {
            "start": 871270578,
            "stop": 871272632
        },
        {
            "start": 871274331,
            "stop": 871277320
        },
        {
            "start": 871278281,
            "stop": 871289563
        },
        {
            "start": 871291268,
            "stop": 871293916
        },
        {
            "start": 871295223,
            "stop": 871300085
        }
    ]
}