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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=33",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 34,
    "results": [
        {
            "start": 816677438,
            "stop": 816677443
        },
        {
            "start": 816677472,
            "stop": 816677613
        },
        {
            "start": 816677621,
            "stop": 816677700
        },
        {
            "start": 816677708,
            "stop": 816677926
        },
        {
            "start": 816677961,
            "stop": 816677993
        },
        {
            "start": 816678001,
            "stop": 816678026
        },
        {
            "start": 816678038,
            "stop": 816678076
        },
        {
            "start": 816678083,
            "stop": 816678400
        },
        {
            "start": 816678429,
            "stop": 816678563
        },
        {
            "start": 816678571,
            "stop": 816678586
        },
        {
            "start": 816678617,
            "stop": 816678754
        },
        {
            "start": 816678761,
            "stop": 816678817
        },
        {
            "start": 816678829,
            "stop": 816679160
        },
        {
            "start": 816679168,
            "stop": 816679177
        },
        {
            "start": 816679186,
            "stop": 816679217
        },
        {
            "start": 816679225,
            "stop": 816679364
        },
        {
            "start": 816679393,
            "stop": 816679677
        },
        {
            "start": 816679707,
            "stop": 816679772
        },
        {
            "start": 816679780,
            "stop": 816679799
        },
        {
            "start": 816679835,
            "stop": 816679868
        }
    ]
}