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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=32",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 33,
    "results": [
        {
            "start": 1182212338,
            "stop": 1182214344
        },
        {
            "start": 1182215942,
            "stop": 1182216192
        },
        {
            "start": 1182216262,
            "stop": 1182312477
        },
        {
            "start": 1182319864,
            "stop": 1182320009
        },
        {
            "start": 1182320161,
            "stop": 1182334732
        },
        {
            "start": 1182337376,
            "stop": 1182350175
        },
        {
            "start": 1182353472,
            "stop": 1182373478
        },
        {
            "start": 1182375877,
            "stop": 1182422272
        },
        {
            "start": 1182424445,
            "stop": 1182426062
        },
        {
            "start": 1182427667,
            "stop": 1182450914
        },
        {
            "start": 1182460210,
            "stop": 1182466732
        },
        {
            "start": 1182468834,
            "stop": 1182513308
        },
        {
            "start": 1182524551,
            "stop": 1182532815
        },
        {
            "start": 1182535166,
            "stop": 1182538730
        },
        {
            "start": 1182540817,
            "stop": 1182553786
        },
        {
            "start": 1182555706,
            "stop": 1182558443
        },
        {
            "start": 1182560658,
            "stop": 1182579770
        },
        {
            "start": 1182581902,
            "stop": 1182607274
        },
        {
            "start": 1182636185,
            "stop": 1182640250
        },
        {
            "start": 1182641967,
            "stop": 1182666816
        }
    ]
}