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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=177",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 178,
    "results": [
        {
            "start": 956195444,
            "stop": 956195569
        },
        {
            "start": 956195574,
            "stop": 956195584
        },
        {
            "start": 956195588,
            "stop": 956202145
        },
        {
            "start": 956203710,
            "stop": 956205084
        },
        {
            "start": 956207311,
            "stop": 956224794
        },
        {
            "start": 956226382,
            "stop": 956229905
        },
        {
            "start": 956230614,
            "stop": 956262487
        },
        {
            "start": 956264222,
            "stop": 956273677
        },
        {
            "start": 956293930,
            "stop": 956309171
        },
        {
            "start": 956310857,
            "stop": 956328775
        },
        {
            "start": 956330248,
            "stop": 956332096
        },
        {
            "start": 956337868,
            "stop": 956340530
        },
        {
            "start": 956344692,
            "stop": 956349003
        },
        {
            "start": 956351085,
            "stop": 956354009
        },
        {
            "start": 956359542,
            "stop": 956360800
        },
        {
            "start": 956363888,
            "stop": 956373758
        },
        {
            "start": 956382841,
            "stop": 956389293
        },
        {
            "start": 956389587,
            "stop": 956406838
        },
        {
            "start": 956408393,
            "stop": 956415903
        },
        {
            "start": 956438872,
            "stop": 956443791
        }
    ]
}