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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=124",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 125,
    "results": [
        {
            "start": 827248509,
            "stop": 827249491
        },
        {
            "start": 827249495,
            "stop": 827249525
        },
        {
            "start": 827249529,
            "stop": 827250053
        },
        {
            "start": 827250054,
            "stop": 827250109
        },
        {
            "start": 827251899,
            "stop": 827255653
        },
        {
            "start": 827256543,
            "stop": 827264336
        },
        {
            "start": 827264340,
            "stop": 827264633
        },
        {
            "start": 827264637,
            "stop": 827264648
        },
        {
            "start": 827264651,
            "stop": 827267762
        },
        {
            "start": 827268525,
            "stop": 827269861
        },
        {
            "start": 827269865,
            "stop": 827274954
        },
        {
            "start": 827280304,
            "stop": 827291833
        },
        {
            "start": 827294856,
            "stop": 827332358
        },
        {
            "start": 827332359,
            "stop": 827352913
        },
        {
            "start": 827354499,
            "stop": 827364313
        },
        {
            "start": 827370304,
            "stop": 827370433
        },
        {
            "start": 827371463,
            "stop": 827373553
        },
        {
            "start": 827377783,
            "stop": 827378568
        },
        {
            "start": 827385358,
            "stop": 827385424
        },
        {
            "start": 827387164,
            "stop": 827424038
        }
    ]
}