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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7483",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7481",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7482,
    "results": [
        {
            "start": 970215840,
            "stop": 970216344
        },
        {
            "start": 970216347,
            "stop": 970216588
        },
        {
            "start": 970216591,
            "stop": 970216624
        },
        {
            "start": 970216627,
            "stop": 970216960
        },
        {
            "start": 970216964,
            "stop": 970217037
        },
        {
            "start": 970217043,
            "stop": 970217049
        },
        {
            "start": 970217065,
            "stop": 970217069
        },
        {
            "start": 970217077,
            "stop": 970217096
        },
        {
            "start": 970217102,
            "stop": 970217280
        },
        {
            "start": 970217283,
            "stop": 970217526
        },
        {
            "start": 970217543,
            "stop": 970217672
        },
        {
            "start": 970217694,
            "stop": 970218036
        },
        {
            "start": 970218039,
            "stop": 970218042
        },
        {
            "start": 970218045,
            "stop": 970218048
        },
        {
            "start": 970218051,
            "stop": 970218230
        },
        {
            "start": 970218240,
            "stop": 970218247
        },
        {
            "start": 970218255,
            "stop": 970218276
        },
        {
            "start": 970218282,
            "stop": 970218377
        },
        {
            "start": 970218380,
            "stop": 970218749
        },
        {
            "start": 970218752,
            "stop": 970218777
        }
    ]
}