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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4594",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4595,
    "results": [
        {
            "start": 874083176,
            "stop": 874083198
        },
        {
            "start": 874083217,
            "stop": 874083564
        },
        {
            "start": 874083583,
            "stop": 874083595
        },
        {
            "start": 874083614,
            "stop": 874083762
        },
        {
            "start": 874083781,
            "stop": 874083990
        },
        {
            "start": 874084009,
            "stop": 874084091
        },
        {
            "start": 874084110,
            "stop": 874084160
        },
        {
            "start": 874084179,
            "stop": 874084234
        },
        {
            "start": 874084461,
            "stop": 874084755
        },
        {
            "start": 874084774,
            "stop": 874084932
        },
        {
            "start": 874084970,
            "stop": 874085035
        },
        {
            "start": 874085054,
            "stop": 874085073
        },
        {
            "start": 874085093,
            "stop": 874085110
        },
        {
            "start": 874085129,
            "stop": 874085549
        },
        {
            "start": 874085568,
            "stop": 874085624
        },
        {
            "start": 874085643,
            "stop": 874085699
        },
        {
            "start": 874085718,
            "stop": 874085744
        },
        {
            "start": 874085864,
            "stop": 874085955
        },
        {
            "start": 874085990,
            "stop": 874086009
        },
        {
            "start": 874086028,
            "stop": 874086077
        }
    ]
}