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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=526",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 527,
    "results": [
        {
            "start": 967953605,
            "stop": 967981893
        },
        {
            "start": 967983752,
            "stop": 967988663
        },
        {
            "start": 967988664,
            "stop": 967990389
        },
        {
            "start": 967990390,
            "stop": 968004043
        },
        {
            "start": 968005742,
            "stop": 968016905
        },
        {
            "start": 968020385,
            "stop": 968029046
        },
        {
            "start": 968031954,
            "stop": 968032019
        },
        {
            "start": 968035241,
            "stop": 968037542
        },
        {
            "start": 968042392,
            "stop": 968042464
        },
        {
            "start": 968049156,
            "stop": 968056858
        },
        {
            "start": 968056859,
            "stop": 968057513
        },
        {
            "start": 968059194,
            "stop": 968059505
        },
        {
            "start": 968062582,
            "stop": 968067415
        },
        {
            "start": 968073269,
            "stop": 968076658
        },
        {
            "start": 968081304,
            "stop": 968081501
        },
        {
            "start": 968088779,
            "stop": 968089475
        },
        {
            "start": 968098510,
            "stop": 968099336
        },
        {
            "start": 968101272,
            "stop": 968106397
        },
        {
            "start": 968123315,
            "stop": 968158276
        },
        {
            "start": 968158277,
            "stop": 968173339
        }
    ]
}