Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=39
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 39,
    "results": [
        {
            "start": 931482284,
            "stop": 931482287
        },
        {
            "start": 931482298,
            "stop": 931482302
        },
        {
            "start": 931482313,
            "stop": 931482318
        },
        {
            "start": 931482321,
            "stop": 931482326
        },
        {
            "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": 931482425,
            "stop": 931482429
        },
        {
            "start": 931482435,
            "stop": 931482438
        },
        {
            "start": 931482444,
            "stop": 931482449
        },
        {
            "start": 931482452,
            "stop": 931482455
        }
    ]
}