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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=120",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 121,
    "results": [
        {
            "start": 1175719861,
            "stop": 1175721016
        },
        {
            "start": 1175721017,
            "stop": 1175722776
        },
        {
            "start": 1175722777,
            "stop": 1175724223
        },
        {
            "start": 1175724224,
            "stop": 1175725874
        },
        {
            "start": 1175725875,
            "stop": 1175726426
        },
        {
            "start": 1175730458,
            "stop": 1175730564
        },
        {
            "start": 1175730565,
            "stop": 1175732058
        },
        {
            "start": 1175732059,
            "stop": 1175733651
        },
        {
            "start": 1175733652,
            "stop": 1175734779
        },
        {
            "start": 1175734780,
            "stop": 1175736055
        },
        {
            "start": 1175736056,
            "stop": 1175737438
        },
        {
            "start": 1175737439,
            "stop": 1175738491
        },
        {
            "start": 1175738492,
            "stop": 1175739297
        },
        {
            "start": 1175739298,
            "stop": 1175740261
        },
        {
            "start": 1175740262,
            "stop": 1175740963
        },
        {
            "start": 1175740964,
            "stop": 1175741831
        },
        {
            "start": 1175741832,
            "stop": 1175742842
        },
        {
            "start": 1175742843,
            "stop": 1175743811
        },
        {
            "start": 1175743812,
            "stop": 1175744531
        },
        {
            "start": 1175744532,
            "stop": 1175745638
        }
    ]
}