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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=290",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 291,
    "results": [
        {
            "start": 1181223775,
            "stop": 1181225632
        },
        {
            "start": 1181225633,
            "stop": 1181226981
        },
        {
            "start": 1181226983,
            "stop": 1181226985
        },
        {
            "start": 1181226986,
            "stop": 1181227668
        },
        {
            "start": 1181227669,
            "stop": 1181228229
        },
        {
            "start": 1181228230,
            "stop": 1181229339
        },
        {
            "start": 1181229341,
            "stop": 1181229348
        },
        {
            "start": 1181229349,
            "stop": 1181229840
        },
        {
            "start": 1181229841,
            "stop": 1181230145
        },
        {
            "start": 1181230146,
            "stop": 1181230337
        },
        {
            "start": 1181230339,
            "stop": 1181232234
        },
        {
            "start": 1181232236,
            "stop": 1181232252
        },
        {
            "start": 1181232253,
            "stop": 1181232258
        },
        {
            "start": 1181232259,
            "stop": 1181232260
        },
        {
            "start": 1181232261,
            "stop": 1181232266
        },
        {
            "start": 1181232267,
            "stop": 1181232842
        },
        {
            "start": 1181232843,
            "stop": 1181233394
        },
        {
            "start": 1181233396,
            "stop": 1181234927
        },
        {
            "start": 1181234928,
            "stop": 1181237424
        },
        {
            "start": 1181237425,
            "stop": 1181239845
        }
    ]
}