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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15743",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15744,
    "results": [
        {
            "start": 971167357,
            "stop": 971167358
        },
        {
            "start": 971167359,
            "stop": 971167360
        },
        {
            "start": 971167375,
            "stop": 971167377
        },
        {
            "start": 971167379,
            "stop": 971167380
        },
        {
            "start": 971167383,
            "stop": 971167384
        },
        {
            "start": 971167385,
            "stop": 971167386
        },
        {
            "start": 971167389,
            "stop": 971167391
        },
        {
            "start": 971167394,
            "stop": 971167396
        },
        {
            "start": 971167401,
            "stop": 971167402
        },
        {
            "start": 971167403,
            "stop": 971167404
        },
        {
            "start": 971167408,
            "stop": 971167409
        },
        {
            "start": 971167410,
            "stop": 971167412
        },
        {
            "start": 971167414,
            "stop": 971167417
        },
        {
            "start": 971167419,
            "stop": 971167423
        },
        {
            "start": 971167424,
            "stop": 971167425
        },
        {
            "start": 971167431,
            "stop": 971167432
        },
        {
            "start": 971167434,
            "stop": 971167437
        },
        {
            "start": 971167440,
            "stop": 971167442
        },
        {
            "start": 971167449,
            "stop": 971167452
        },
        {
            "start": 971167461,
            "stop": 971167463
        }
    ]
}