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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=57",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 58,
    "results": [
        {
            "start": 822081996,
            "stop": 822082872
        },
        {
            "start": 822082880,
            "stop": 822083342
        },
        {
            "start": 822083348,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822084977
        },
        {
            "start": 822084983,
            "stop": 822085170
        },
        {
            "start": 822085230,
            "stop": 822085231
        },
        {
            "start": 822085976,
            "stop": 822086280
        },
        {
            "start": 822086285,
            "stop": 822086292
        },
        {
            "start": 822086298,
            "stop": 822088210
        },
        {
            "start": 822089508,
            "stop": 822089730
        },
        {
            "start": 822091576,
            "stop": 822092529
        },
        {
            "start": 822093343,
            "stop": 822094561
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822104790
        },
        {
            "start": 822104850,
            "stop": 822116590
        },
        {
            "start": 822116595,
            "stop": 822116910
        },
        {
            "start": 822116970,
            "stop": 822128759
        },
        {
            "start": 822128761,
            "stop": 822148532
        },
        {
            "start": 822148538,
            "stop": 822148542
        },
        {
            "start": 822148548,
            "stop": 822152221
        }
    ]
}