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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=280",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 281,
    "results": [
        {
            "start": 1181091276,
            "stop": 1181091374
        },
        {
            "start": 1181091376,
            "stop": 1181091378
        },
        {
            "start": 1181091383,
            "stop": 1181091387
        },
        {
            "start": 1181091389,
            "stop": 1181091398
        },
        {
            "start": 1181091401,
            "stop": 1181091407
        },
        {
            "start": 1181091409,
            "stop": 1181091472
        },
        {
            "start": 1181091473,
            "stop": 1181091505
        },
        {
            "start": 1181091506,
            "stop": 1181091513
        },
        {
            "start": 1181091515,
            "stop": 1181091723
        },
        {
            "start": 1181091724,
            "stop": 1181091725
        },
        {
            "start": 1181091727,
            "stop": 1181091762
        },
        {
            "start": 1181091765,
            "stop": 1181091931
        },
        {
            "start": 1181091933,
            "stop": 1181092015
        },
        {
            "start": 1181092016,
            "stop": 1181092019
        },
        {
            "start": 1181092020,
            "stop": 1181092065
        },
        {
            "start": 1181092066,
            "stop": 1181092291
        },
        {
            "start": 1181092292,
            "stop": 1181092374
        },
        {
            "start": 1181092377,
            "stop": 1181092380
        },
        {
            "start": 1181092382,
            "stop": 1181092492
        },
        {
            "start": 1181092495,
            "stop": 1181092497
        }
    ]
}