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_CAT4/segments?format=api&page=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=67",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 68,
    "results": [
        {
            "start": 931257282,
            "stop": 931257286
        },
        {
            "start": 931257291,
            "stop": 931257292
        },
        {
            "start": 931257299,
            "stop": 931257300
        },
        {
            "start": 931257307,
            "stop": 931257308
        },
        {
            "start": 931257373,
            "stop": 931257374
        },
        {
            "start": 931257389,
            "stop": 931257390
        },
        {
            "start": 931257394,
            "stop": 931257396
        },
        {
            "start": 931257398,
            "stop": 931257401
        },
        {
            "start": 931257411,
            "stop": 931257414
        },
        {
            "start": 931257416,
            "stop": 931257417
        },
        {
            "start": 931257433,
            "stop": 931257434
        },
        {
            "start": 931257437,
            "stop": 931257439
        },
        {
            "start": 931257442,
            "stop": 931257447
        },
        {
            "start": 931257489,
            "stop": 931257492
        },
        {
            "start": 931257495,
            "stop": 931257498
        },
        {
            "start": 931257500,
            "stop": 931257503
        },
        {
            "start": 931257526,
            "stop": 931257530
        },
        {
            "start": 931257542,
            "stop": 931257544
        },
        {
            "start": 931257553,
            "stop": 931257555
        },
        {
            "start": 931257557,
            "stop": 931257559
        }
    ]
}