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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7577",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7575",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7576,
    "results": [
        {
            "start": 970472227,
            "stop": 970472255
        },
        {
            "start": 970472258,
            "stop": 970472264
        },
        {
            "start": 970472267,
            "stop": 970472304
        },
        {
            "start": 970472307,
            "stop": 970472346
        },
        {
            "start": 970472349,
            "stop": 970472351
        },
        {
            "start": 970472354,
            "stop": 970472367
        },
        {
            "start": 970472370,
            "stop": 970472397
        },
        {
            "start": 970472400,
            "stop": 970472444
        },
        {
            "start": 970472447,
            "stop": 970472468
        },
        {
            "start": 970472471,
            "stop": 970472491
        },
        {
            "start": 970472494,
            "stop": 970472523
        },
        {
            "start": 970472526,
            "stop": 970472555
        },
        {
            "start": 970472558,
            "stop": 970472585
        },
        {
            "start": 970472590,
            "stop": 970472690
        },
        {
            "start": 970472693,
            "stop": 970472729
        },
        {
            "start": 970472733,
            "stop": 970472750
        },
        {
            "start": 970472753,
            "stop": 970472759
        },
        {
            "start": 970472762,
            "stop": 970472800
        },
        {
            "start": 970472803,
            "stop": 970472836
        },
        {
            "start": 970472843,
            "stop": 970472904
        }
    ]
}