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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=154",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 155,
    "results": [
        {
            "start": 818977304,
            "stop": 818977547
        },
        {
            "start": 818977667,
            "stop": 818979008
        },
        {
            "start": 818979040,
            "stop": 818980241
        },
        {
            "start": 818980449,
            "stop": 818980595
        },
        {
            "start": 818980715,
            "stop": 818982261
        },
        {
            "start": 818982264,
            "stop": 818987323
        },
        {
            "start": 818987504,
            "stop": 818987766
        },
        {
            "start": 818987886,
            "stop": 818990948
        },
        {
            "start": 818991068,
            "stop": 818998133
        },
        {
            "start": 818998253,
            "stop": 818998254
        },
        {
            "start": 818998374,
            "stop": 819002189
        },
        {
            "start": 819002207,
            "stop": 819002297
        },
        {
            "start": 819002417,
            "stop": 819008039
        },
        {
            "start": 819008159,
            "stop": 819013168
        },
        {
            "start": 819013288,
            "stop": 819013337
        },
        {
            "start": 819013457,
            "stop": 819013855
        },
        {
            "start": 819013975,
            "stop": 819018784
        },
        {
            "start": 819018816,
            "stop": 819021024
        },
        {
            "start": 819021056,
            "stop": 819024864
        },
        {
            "start": 819024896,
            "stop": 819027629
        }
    ]
}