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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5108",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5109,
    "results": [
        {
            "start": 873403062,
            "stop": 873403510
        },
        {
            "start": 873403553,
            "stop": 873403709
        },
        {
            "start": 873403716,
            "stop": 873404016
        },
        {
            "start": 873404024,
            "stop": 873404756
        },
        {
            "start": 873404792,
            "stop": 873404974
        },
        {
            "start": 873404982,
            "stop": 873405008
        },
        {
            "start": 873405016,
            "stop": 873405052
        },
        {
            "start": 873405090,
            "stop": 873405485
        },
        {
            "start": 873405493,
            "stop": 873405632
        },
        {
            "start": 873405668,
            "stop": 873405830
        },
        {
            "start": 873405838,
            "stop": 873405984
        },
        {
            "start": 873406116,
            "stop": 873406168
        },
        {
            "start": 873406220,
            "stop": 873406224
        },
        {
            "start": 873406231,
            "stop": 873406271
        },
        {
            "start": 873406307,
            "stop": 873406331
        },
        {
            "start": 873406367,
            "stop": 873406556
        },
        {
            "start": 873406617,
            "stop": 873406736
        },
        {
            "start": 873406816,
            "stop": 873406974
        },
        {
            "start": 873407010,
            "stop": 873407062
        },
        {
            "start": 873407125,
            "stop": 873407138
        }
    ]
}