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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=155",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 156,
    "results": [
        {
            "start": 872316261,
            "stop": 872331574
        },
        {
            "start": 872332687,
            "stop": 872345466
        },
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367556
        },
        {
            "start": 872369094,
            "stop": 872373262
        },
        {
            "start": 872375969,
            "stop": 872419749
        },
        {
            "start": 872422289,
            "stop": 872442798
        },
        {
            "start": 872444062,
            "stop": 872461191
        },
        {
            "start": 872463044,
            "stop": 872635354
        },
        {
            "start": 872636324,
            "stop": 872643796
        },
        {
            "start": 872649214,
            "stop": 872704665
        },
        {
            "start": 872712390,
            "stop": 872712945
        },
        {
            "start": 872713606,
            "stop": 872731123
        },
        {
            "start": 872737591,
            "stop": 872816904
        },
        {
            "start": 872818625,
            "stop": 872871888
        },
        {
            "start": 872873417,
            "stop": 872885759
        },
        {
            "start": 872888900,
            "stop": 872894721
        },
        {
            "start": 872896243,
            "stop": 872916036
        },
        {
            "start": 872917969,
            "stop": 872918008
        },
        {
            "start": 872921613,
            "stop": 872953209
        }
    ]
}