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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=336",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 337,
    "results": [
        {
            "start": 866762050,
            "stop": 866762061
        },
        {
            "start": 866762065,
            "stop": 866762109
        },
        {
            "start": 866762122,
            "stop": 866762128
        },
        {
            "start": 866762141,
            "stop": 866762152
        },
        {
            "start": 866762156,
            "stop": 866762187
        },
        {
            "start": 866762200,
            "stop": 866762210
        },
        {
            "start": 866762214,
            "stop": 866762219
        },
        {
            "start": 866762229,
            "stop": 866762235
        },
        {
            "start": 866762239,
            "stop": 866762244
        },
        {
            "start": 866762262,
            "stop": 866762278
        },
        {
            "start": 866762292,
            "stop": 866762298
        },
        {
            "start": 866762321,
            "stop": 866762326
        },
        {
            "start": 866762330,
            "stop": 866762331
        },
        {
            "start": 866763911,
            "stop": 866766843
        },
        {
            "start": 866766847,
            "stop": 866767965
        },
        {
            "start": 866767969,
            "stop": 866767975
        },
        {
            "start": 866767979,
            "stop": 866768013
        },
        {
            "start": 866768017,
            "stop": 866768048
        },
        {
            "start": 866768051,
            "stop": 866768555
        },
        {
            "start": 866768558,
            "stop": 866768599
        }
    ]
}