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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=106",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 107,
    "results": [
        {
            "start": 852437354,
            "stop": 852440091
        },
        {
            "start": 852441877,
            "stop": 852458900
        },
        {
            "start": 852459801,
            "stop": 852473858
        },
        {
            "start": 852473908,
            "stop": 852486250
        },
        {
            "start": 852486935,
            "stop": 852489592
        },
        {
            "start": 852490444,
            "stop": 852490450
        },
        {
            "start": 852491143,
            "stop": 852493283
        },
        {
            "start": 852494182,
            "stop": 852497252
        },
        {
            "start": 852498617,
            "stop": 852498658
        },
        {
            "start": 852498802,
            "stop": 852502429
        },
        {
            "start": 852503077,
            "stop": 852503331
        },
        {
            "start": 852508935,
            "stop": 852509090
        },
        {
            "start": 852509929,
            "stop": 852520756
        },
        {
            "start": 852521776,
            "stop": 852566261
        },
        {
            "start": 852567754,
            "stop": 852567757
        },
        {
            "start": 852570768,
            "stop": 852575038
        },
        {
            "start": 852575801,
            "stop": 852576317
        },
        {
            "start": 852577440,
            "stop": 852577444
        },
        {
            "start": 852579451,
            "stop": 852580476
        },
        {
            "start": 852583457,
            "stop": 852583856
        }
    ]
}