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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3659",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3660,
    "results": [
        {
            "start": 872742120,
            "stop": 872742240
        },
        {
            "start": 872742360,
            "stop": 872742480
        },
        {
            "start": 872742540,
            "stop": 872743444
        },
        {
            "start": 872743461,
            "stop": 872744476
        },
        {
            "start": 872744493,
            "stop": 872745060
        },
        {
            "start": 872745120,
            "stop": 872745720
        },
        {
            "start": 872745780,
            "stop": 872745840
        },
        {
            "start": 872745900,
            "stop": 872746025
        },
        {
            "start": 872746042,
            "stop": 872746603
        },
        {
            "start": 872746620,
            "stop": 872746650
        },
        {
            "start": 872746667,
            "stop": 872748568
        },
        {
            "start": 872748585,
            "stop": 872750552
        },
        {
            "start": 872750569,
            "stop": 872751103
        },
        {
            "start": 872751120,
            "stop": 872752137
        },
        {
            "start": 872752154,
            "stop": 872756358
        },
        {
            "start": 872756375,
            "stop": 872757547
        },
        {
            "start": 872757564,
            "stop": 872762411
        },
        {
            "start": 872762428,
            "stop": 872766170
        },
        {
            "start": 872766187,
            "stop": 872766648
        },
        {
            "start": 872766654,
            "stop": 872767080
        }
    ]
}