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=640
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=641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=639",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 640,
    "results": [
        {
            "start": 829244599,
            "stop": 829244601
        },
        {
            "start": 829244604,
            "stop": 829244649
        },
        {
            "start": 829244652,
            "stop": 829244770
        },
        {
            "start": 829244775,
            "stop": 829244887
        },
        {
            "start": 829244891,
            "stop": 829244894
        },
        {
            "start": 829244897,
            "stop": 829244916
        },
        {
            "start": 829244920,
            "stop": 829245010
        },
        {
            "start": 829245013,
            "stop": 829245019
        },
        {
            "start": 829245022,
            "stop": 829245025
        },
        {
            "start": 829245028,
            "stop": 829245050
        },
        {
            "start": 829245053,
            "stop": 829245186
        },
        {
            "start": 829245190,
            "stop": 829245428
        },
        {
            "start": 829245432,
            "stop": 829245473
        },
        {
            "start": 829245477,
            "stop": 829245479
        },
        {
            "start": 829245483,
            "stop": 829245496
        },
        {
            "start": 829245499,
            "stop": 829245772
        },
        {
            "start": 829245775,
            "stop": 829245821
        },
        {
            "start": 829245824,
            "stop": 829246004
        },
        {
            "start": 829246007,
            "stop": 829246057
        },
        {
            "start": 829246060,
            "stop": 829246219
        }
    ]
}