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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=168",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 169,
    "results": [
        {
            "start": 819812479,
            "stop": 819812699
        },
        {
            "start": 819812702,
            "stop": 819812882
        },
        {
            "start": 819812885,
            "stop": 819813275
        },
        {
            "start": 819813278,
            "stop": 819813308
        },
        {
            "start": 819813312,
            "stop": 819813473
        },
        {
            "start": 819813476,
            "stop": 819814023
        },
        {
            "start": 819814026,
            "stop": 819814336
        },
        {
            "start": 819814456,
            "stop": 819814740
        },
        {
            "start": 819814800,
            "stop": 819815420
        },
        {
            "start": 819815423,
            "stop": 819816083
        },
        {
            "start": 819816086,
            "stop": 819816326
        },
        {
            "start": 819816329,
            "stop": 819816541
        },
        {
            "start": 819816544,
            "stop": 819816776
        },
        {
            "start": 819816779,
            "stop": 819816780
        },
        {
            "start": 819816840,
            "stop": 819817028
        },
        {
            "start": 819817031,
            "stop": 819817308
        },
        {
            "start": 819817311,
            "stop": 819817569
        },
        {
            "start": 819817689,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819041
        },
        {
            "start": 819819044,
            "stop": 819819076
        }
    ]
}