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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=42",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 43,
    "results": [
        {
            "start": 821521226,
            "stop": 821522843
        },
        {
            "start": 821524082,
            "stop": 821528693
        },
        {
            "start": 821528919,
            "stop": 821536059
        },
        {
            "start": 821538177,
            "stop": 821538623
        },
        {
            "start": 821539236,
            "stop": 821543860
        },
        {
            "start": 821545948,
            "stop": 821548708
        },
        {
            "start": 821563195,
            "stop": 821564853
        },
        {
            "start": 821570867,
            "stop": 821582826
        },
        {
            "start": 821591776,
            "stop": 821592296
        },
        {
            "start": 821594707,
            "stop": 821597450
        },
        {
            "start": 821599742,
            "stop": 821600273
        },
        {
            "start": 821604602,
            "stop": 821612960
        },
        {
            "start": 821625020,
            "stop": 821625187
        },
        {
            "start": 821625984,
            "stop": 821628474
        },
        {
            "start": 821628703,
            "stop": 821629366
        },
        {
            "start": 821630884,
            "stop": 821635242
        },
        {
            "start": 821636981,
            "stop": 821641541
        },
        {
            "start": 821642231,
            "stop": 821648124
        },
        {
            "start": 821649297,
            "stop": 821649977
        },
        {
            "start": 821650135,
            "stop": 821653472
        }
    ]
}