Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=223",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 224,
    "results": [
        {
            "start": 820521657,
            "stop": 820521735
        },
        {
            "start": 820521742,
            "stop": 820521781
        },
        {
            "start": 820521789,
            "stop": 820521875
        },
        {
            "start": 820521889,
            "stop": 820521967
        },
        {
            "start": 820521974,
            "stop": 820522033
        },
        {
            "start": 820522330,
            "stop": 820522494
        },
        {
            "start": 820522501,
            "stop": 820522513
        },
        {
            "start": 820522690,
            "stop": 820522702
        },
        {
            "start": 820522709,
            "stop": 820522753
        },
        {
            "start": 820525502,
            "stop": 820525620
        },
        {
            "start": 820525680,
            "stop": 820525796
        },
        {
            "start": 820525804,
            "stop": 820525834
        },
        {
            "start": 820525841,
            "stop": 820525919
        },
        {
            "start": 820525926,
            "stop": 820525980
        },
        {
            "start": 820526100,
            "stop": 820526180
        },
        {
            "start": 820526187,
            "stop": 820526207
        },
        {
            "start": 820526214,
            "stop": 820526215
        },
        {
            "start": 820526222,
            "stop": 820526337
        },
        {
            "start": 820526344,
            "stop": 820526408
        },
        {
            "start": 820526415,
            "stop": 820526760
        }
    ]
}