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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=111",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 112,
    "results": [
        {
            "start": 953228956,
            "stop": 953228959
        },
        {
            "start": 953228962,
            "stop": 953229000
        },
        {
            "start": 953229003,
            "stop": 953229180
        },
        {
            "start": 953229184,
            "stop": 953229347
        },
        {
            "start": 953229352,
            "stop": 953229374
        },
        {
            "start": 953229382,
            "stop": 953229383
        },
        {
            "start": 953229386,
            "stop": 953229411
        },
        {
            "start": 953229423,
            "stop": 953229436
        },
        {
            "start": 953229439,
            "stop": 953229484
        },
        {
            "start": 953229487,
            "stop": 953229506
        },
        {
            "start": 953229512,
            "stop": 953229515
        },
        {
            "start": 953229542,
            "stop": 953229552
        },
        {
            "start": 953229562,
            "stop": 953229563
        },
        {
            "start": 953229566,
            "stop": 953229596
        },
        {
            "start": 953229610,
            "stop": 953229623
        },
        {
            "start": 953229626,
            "stop": 953229638
        },
        {
            "start": 953229645,
            "stop": 953229657
        },
        {
            "start": 953229665,
            "stop": 953229668
        },
        {
            "start": 953229679,
            "stop": 953229680
        },
        {
            "start": 953229690,
            "stop": 953229705
        }
    ]
}