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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=48",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 49,
    "results": [
        {
            "start": 817249682,
            "stop": 817249726
        },
        {
            "start": 817249734,
            "stop": 817249784
        },
        {
            "start": 817249792,
            "stop": 817249844
        },
        {
            "start": 817249851,
            "stop": 817249908
        },
        {
            "start": 817249916,
            "stop": 817250459
        },
        {
            "start": 817250466,
            "stop": 817250538
        },
        {
            "start": 817250545,
            "stop": 817251233
        },
        {
            "start": 817251240,
            "stop": 817251350
        },
        {
            "start": 817251490,
            "stop": 817251602
        },
        {
            "start": 817251609,
            "stop": 817251871
        },
        {
            "start": 817251878,
            "stop": 817251962
        },
        {
            "start": 817251969,
            "stop": 817251973
        },
        {
            "start": 817251980,
            "stop": 817252010
        },
        {
            "start": 817252090,
            "stop": 817252201
        },
        {
            "start": 817252208,
            "stop": 817252291
        },
        {
            "start": 817252299,
            "stop": 817252430
        },
        {
            "start": 817255379,
            "stop": 817255603
        },
        {
            "start": 817255611,
            "stop": 817256359
        },
        {
            "start": 817256367,
            "stop": 817257049
        },
        {
            "start": 817257056,
            "stop": 817257924
        }
    ]
}