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_CAT3H/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/L1_BURST_CAT3H/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=190",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 191,
    "results": [
        {
            "start": 931482330,
            "stop": 931482332
        },
        {
            "start": 931482339,
            "stop": 931482340
        },
        {
            "start": 931482347,
            "stop": 931482348
        },
        {
            "start": 931482351,
            "stop": 931482358
        },
        {
            "start": 931482363,
            "stop": 931482372
        },
        {
            "start": 931482376,
            "stop": 931482377
        },
        {
            "start": 931482380,
            "stop": 931482381
        },
        {
            "start": 931482385,
            "stop": 931482388
        },
        {
            "start": 931482399,
            "stop": 931482400
        },
        {
            "start": 931482405,
            "stop": 931482406
        },
        {
            "start": 931482409,
            "stop": 931482414
        },
        {
            "start": 931482420,
            "stop": 931482422
        },
        {
            "start": 931482427,
            "stop": 931482429
        },
        {
            "start": 931482435,
            "stop": 931482438
        },
        {
            "start": 931482444,
            "stop": 931482449
        },
        {
            "start": 931482452,
            "stop": 931482455
        },
        {
            "start": 931482462,
            "stop": 931482463
        },
        {
            "start": 931482467,
            "stop": 931482468
        },
        {
            "start": 931482471,
            "stop": 931482477
        },
        {
            "start": 931482480,
            "stop": 931482481
        }
    ]
}