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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=237",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 238,
    "results": [
        {
            "start": 1187646599,
            "stop": 1187646602
        },
        {
            "start": 1187646603,
            "stop": 1187646607
        },
        {
            "start": 1187646609,
            "stop": 1187646612
        },
        {
            "start": 1187646613,
            "stop": 1187646616
        },
        {
            "start": 1187646617,
            "stop": 1187646618
        },
        {
            "start": 1187646619,
            "stop": 1187646628
        },
        {
            "start": 1187646630,
            "stop": 1187646631
        },
        {
            "start": 1187646634,
            "stop": 1187646640
        },
        {
            "start": 1187646642,
            "stop": 1187646643
        },
        {
            "start": 1187646644,
            "stop": 1187646646
        },
        {
            "start": 1187646647,
            "stop": 1187646651
        },
        {
            "start": 1187646653,
            "stop": 1187646662
        },
        {
            "start": 1187646663,
            "stop": 1187646673
        },
        {
            "start": 1187646675,
            "stop": 1187646720
        },
        {
            "start": 1187646723,
            "stop": 1187646726
        },
        {
            "start": 1187646728,
            "stop": 1187646731
        },
        {
            "start": 1187646734,
            "stop": 1187646736
        },
        {
            "start": 1187646739,
            "stop": 1187647007
        },
        {
            "start": 1187647009,
            "stop": 1187647287
        },
        {
            "start": 1187647292,
            "stop": 1187647299
        }
    ]
}