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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=46",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 47,
    "results": [
        {
            "start": 816440270,
            "stop": 816440272
        },
        {
            "start": 816440277,
            "stop": 816440285
        },
        {
            "start": 816440293,
            "stop": 816440305
        },
        {
            "start": 816440328,
            "stop": 816440333
        },
        {
            "start": 816443550,
            "stop": 816443574
        },
        {
            "start": 816443578,
            "stop": 816443607
        },
        {
            "start": 816443614,
            "stop": 816443653
        },
        {
            "start": 816443659,
            "stop": 816443660
        },
        {
            "start": 816443668,
            "stop": 816443669
        },
        {
            "start": 816443676,
            "stop": 816443680
        },
        {
            "start": 816443685,
            "stop": 816443792
        },
        {
            "start": 816443797,
            "stop": 816443817
        },
        {
            "start": 816443820,
            "stop": 816443824
        },
        {
            "start": 816443830,
            "stop": 816443833
        },
        {
            "start": 816443839,
            "stop": 816443924
        },
        {
            "start": 816443928,
            "stop": 816443938
        },
        {
            "start": 816443943,
            "stop": 816443945
        },
        {
            "start": 816443952,
            "stop": 816443954
        },
        {
            "start": 816443960,
            "stop": 816444007
        },
        {
            "start": 816444018,
            "stop": 816444044
        }
    ]
}