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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=16",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 17,
    "results": [
        {
            "start": 815310390,
            "stop": 815310621
        },
        {
            "start": 815310638,
            "stop": 815310843
        },
        {
            "start": 815310866,
            "stop": 815311183
        },
        {
            "start": 815311364,
            "stop": 815311437
        },
        {
            "start": 815311440,
            "stop": 815312234
        },
        {
            "start": 815312237,
            "stop": 815312459
        },
        {
            "start": 815312463,
            "stop": 815312517
        },
        {
            "start": 815312520,
            "stop": 815312628
        },
        {
            "start": 815312631,
            "stop": 815312790
        },
        {
            "start": 815312910,
            "stop": 815313012
        },
        {
            "start": 815313016,
            "stop": 815313095
        },
        {
            "start": 815313112,
            "stop": 815313249
        },
        {
            "start": 815313998,
            "stop": 815314034
        },
        {
            "start": 815314038,
            "stop": 815314543
        },
        {
            "start": 815314562,
            "stop": 815314606
        },
        {
            "start": 815314609,
            "stop": 815314673
        },
        {
            "start": 815314676,
            "stop": 815314861
        },
        {
            "start": 815314882,
            "stop": 815314956
        },
        {
            "start": 815314973,
            "stop": 815315070
        },
        {
            "start": 815315130,
            "stop": 815315992
        }
    ]
}