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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2115",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2116,
    "results": [
        {
            "start": 866049955,
            "stop": 866049972
        },
        {
            "start": 866049978,
            "stop": 866051262
        },
        {
            "start": 866051268,
            "stop": 866053479
        },
        {
            "start": 866053482,
            "stop": 866075512
        },
        {
            "start": 866076012,
            "stop": 866078070
        },
        {
            "start": 866078130,
            "stop": 866078310
        },
        {
            "start": 866078466,
            "stop": 866078721
        },
        {
            "start": 866079021,
            "stop": 866079080
        },
        {
            "start": 866079190,
            "stop": 866079300
        },
        {
            "start": 866079363,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866083688
        },
        {
            "start": 866084438,
            "stop": 866086248
        },
        {
            "start": 866086548,
            "stop": 866087083
        },
        {
            "start": 866087193,
            "stop": 866087272
        },
        {
            "start": 866087689,
            "stop": 866098658
        },
        {
            "start": 866098660,
            "stop": 866099445
        },
        {
            "start": 866099809,
            "stop": 866110357
        },
        {
            "start": 866110467,
            "stop": 866110658
        },
        {
            "start": 866110958,
            "stop": 866110970
        },
        {
            "start": 866111343,
            "stop": 866112045
        }
    ]
}