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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=37",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 38,
    "results": [
        {
            "start": 931482409,
            "stop": 931482414
        },
        {
            "start": 931482420,
            "stop": 931482422
        },
        {
            "start": 931482425,
            "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
        },
        {
            "start": 931482484,
            "stop": 931482485
        },
        {
            "start": 931482488,
            "stop": 931482501
        },
        {
            "start": 931482504,
            "stop": 931482505
        },
        {
            "start": 931482508,
            "stop": 931482513
        },
        {
            "start": 931482525,
            "stop": 931482527
        },
        {
            "start": 931482529,
            "stop": 931482533
        },
        {
            "start": 931482540,
            "stop": 931482541
        },
        {
            "start": 931482554,
            "stop": 931482561
        },
        {
            "start": 931482564,
            "stop": 931482565
        },
        {
            "start": 931482568,
            "stop": 931482583
        }
    ]
}