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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=203",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 204,
    "results": [
        {
            "start": 1182460210,
            "stop": 1182461780
        },
        {
            "start": 1182461781,
            "stop": 1182461785
        },
        {
            "start": 1182461786,
            "stop": 1182464580
        },
        {
            "start": 1182464582,
            "stop": 1182464583
        },
        {
            "start": 1182464601,
            "stop": 1182466732
        },
        {
            "start": 1182468834,
            "stop": 1182513308
        },
        {
            "start": 1182524551,
            "stop": 1182528481
        },
        {
            "start": 1182528484,
            "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
        },
        {
            "start": 1182670056,
            "stop": 1182712320
        },
        {
            "start": 1182718675,
            "stop": 1182732811
        },
        {
            "start": 1182738991,
            "stop": 1182822816
        },
        {
            "start": 1182833352,
            "stop": 1182879744
        },
        {
            "start": 1182879817,
            "stop": 1182882985
        }
    ]
}