Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=237
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=236",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 237,
    "results": [
        {
            "start": 1240239185,
            "stop": 1240239304
        },
        {
            "start": 1240239305,
            "stop": 1240239424
        },
        {
            "start": 1240239425,
            "stop": 1240239544
        },
        {
            "start": 1240239545,
            "stop": 1240239664
        },
        {
            "start": 1240239665,
            "stop": 1240239784
        },
        {
            "start": 1240239785,
            "stop": 1240239901
        },
        {
            "start": 1240239903,
            "stop": 1240240005
        },
        {
            "start": 1240240007,
            "stop": 1240240024
        },
        {
            "start": 1240240025,
            "stop": 1240240144
        },
        {
            "start": 1240240145,
            "stop": 1240240264
        },
        {
            "start": 1240240265,
            "stop": 1240240384
        },
        {
            "start": 1240240385,
            "stop": 1240240504
        },
        {
            "start": 1240240505,
            "stop": 1240240624
        },
        {
            "start": 1240240625,
            "stop": 1240240744
        },
        {
            "start": 1240240745,
            "stop": 1240240864
        },
        {
            "start": 1240240865,
            "stop": 1240240984
        },
        {
            "start": 1240240985,
            "stop": 1240241104
        },
        {
            "start": 1240241105,
            "stop": 1240241224
        },
        {
            "start": 1240241225,
            "stop": 1240241344
        },
        {
            "start": 1240241345,
            "stop": 1240241464
        }
    ]
}