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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14177",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14178,
    "results": [
        {
            "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
        },
        {
            "start": 971167474,
            "stop": 971167477
        },
        {
            "start": 971167478,
            "stop": 971167479
        },
        {
            "start": 971167483,
            "stop": 971167484
        },
        {
            "start": 971167489,
            "stop": 971167491
        },
        {
            "start": 971167492,
            "stop": 971167496
        },
        {
            "start": 971167497,
            "stop": 971167500
        },
        {
            "start": 971167501,
            "stop": 971167502
        }
    ]
}