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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=136",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 137,
    "results": [
        {
            "start": 1176948277,
            "stop": 1176948288
        },
        {
            "start": 1176948292,
            "stop": 1176948336
        },
        {
            "start": 1176948337,
            "stop": 1176948338
        },
        {
            "start": 1176948339,
            "stop": 1176948353
        },
        {
            "start": 1176948354,
            "stop": 1176948361
        },
        {
            "start": 1176948362,
            "stop": 1176948364
        },
        {
            "start": 1176948366,
            "stop": 1176948367
        },
        {
            "start": 1176948368,
            "stop": 1176948373
        },
        {
            "start": 1176948374,
            "stop": 1176948390
        },
        {
            "start": 1176948393,
            "stop": 1176948398
        },
        {
            "start": 1176948399,
            "stop": 1176948401
        },
        {
            "start": 1176948403,
            "stop": 1176948404
        },
        {
            "start": 1176948405,
            "stop": 1176948409
        },
        {
            "start": 1176948410,
            "stop": 1176948438
        },
        {
            "start": 1176948439,
            "stop": 1176948505
        },
        {
            "start": 1176948509,
            "stop": 1176948543
        },
        {
            "start": 1176948547,
            "stop": 1176948549
        },
        {
            "start": 1176948550,
            "stop": 1176948639
        },
        {
            "start": 1176948642,
            "stop": 1176948645
        },
        {
            "start": 1176948650,
            "stop": 1176948655
        }
    ]
}