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/S6/timelines/H1_CW_CAT1/segments?format=api&page=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=190",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 191,
    "results": [
        {
            "start": 956602304,
            "stop": 956602460
        },
        {
            "start": 956602471,
            "stop": 956602477
        },
        {
            "start": 956602482,
            "stop": 956602483
        },
        {
            "start": 956602491,
            "stop": 956602495
        },
        {
            "start": 956602498,
            "stop": 956602504
        },
        {
            "start": 956602507,
            "stop": 956602513
        },
        {
            "start": 956602517,
            "stop": 956602523
        },
        {
            "start": 956602530,
            "stop": 956602534
        },
        {
            "start": 956602537,
            "stop": 956602543
        },
        {
            "start": 956602546,
            "stop": 956602548
        },
        {
            "start": 956602550,
            "stop": 956602552
        },
        {
            "start": 956602560,
            "stop": 956602564
        },
        {
            "start": 956602566,
            "stop": 956602570
        },
        {
            "start": 956602573,
            "stop": 956602661
        },
        {
            "start": 956602665,
            "stop": 956602666
        },
        {
            "start": 956602672,
            "stop": 956602673
        },
        {
            "start": 956602676,
            "stop": 956602735
        },
        {
            "start": 956602738,
            "stop": 956602748
        },
        {
            "start": 956602752,
            "stop": 956602844
        },
        {
            "start": 956602850,
            "stop": 956602853
        }
    ]
}