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=9899
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=9900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9898",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9899,
    "results": [
        {
            "start": 870887955,
            "stop": 870887988
        },
        {
            "start": 870888050,
            "stop": 870888074
        },
        {
            "start": 870888087,
            "stop": 870888102
        },
        {
            "start": 870888111,
            "stop": 870888118
        },
        {
            "start": 870888133,
            "stop": 870888138
        },
        {
            "start": 870888170,
            "stop": 870888179
        },
        {
            "start": 870888240,
            "stop": 870888275
        },
        {
            "start": 870888284,
            "stop": 870888292
        },
        {
            "start": 870888299,
            "stop": 870888325
        },
        {
            "start": 870888363,
            "stop": 870888375
        },
        {
            "start": 870888405,
            "stop": 870888422
        },
        {
            "start": 870888433,
            "stop": 870888457
        },
        {
            "start": 870888466,
            "stop": 870888493
        },
        {
            "start": 870888501,
            "stop": 870888505
        },
        {
            "start": 870888515,
            "stop": 870888540
        },
        {
            "start": 870888600,
            "stop": 870888615
        },
        {
            "start": 870888654,
            "stop": 870888710
        },
        {
            "start": 870888727,
            "stop": 870888739
        },
        {
            "start": 870888768,
            "stop": 870888777
        },
        {
            "start": 870888900,
            "stop": 870888915
        }
    ]
}