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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=111",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 112,
    "results": [
        {
            "start": 1175420610,
            "stop": 1175421832
        },
        {
            "start": 1175421833,
            "stop": 1175422871
        },
        {
            "start": 1175422872,
            "stop": 1175424027
        },
        {
            "start": 1175424028,
            "stop": 1175425253
        },
        {
            "start": 1175425254,
            "stop": 1175426155
        },
        {
            "start": 1175426156,
            "stop": 1175427454
        },
        {
            "start": 1175427455,
            "stop": 1175428614
        },
        {
            "start": 1175428615,
            "stop": 1175429842
        },
        {
            "start": 1175429843,
            "stop": 1175430719
        },
        {
            "start": 1175430720,
            "stop": 1175431680
        },
        {
            "start": 1175431681,
            "stop": 1175432578
        },
        {
            "start": 1175432579,
            "stop": 1175433583
        },
        {
            "start": 1175433584,
            "stop": 1175434623
        },
        {
            "start": 1175434624,
            "stop": 1175436079
        },
        {
            "start": 1175436080,
            "stop": 1175437169
        },
        {
            "start": 1175437170,
            "stop": 1175437176
        },
        {
            "start": 1175440954,
            "stop": 1175442352
        },
        {
            "start": 1175442353,
            "stop": 1175443704
        },
        {
            "start": 1175443705,
            "stop": 1175445158
        },
        {
            "start": 1175445159,
            "stop": 1175446307
        }
    ]
}