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=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_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=168",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 169,
    "results": [
        {
            "start": 820241653,
            "stop": 820241748
        },
        {
            "start": 820241751,
            "stop": 820242011
        },
        {
            "start": 820242014,
            "stop": 820242761
        },
        {
            "start": 820242765,
            "stop": 820242775
        },
        {
            "start": 820242779,
            "stop": 820242842
        },
        {
            "start": 820242845,
            "stop": 820243121
        },
        {
            "start": 820243125,
            "stop": 820243207
        },
        {
            "start": 820243210,
            "stop": 820243240
        },
        {
            "start": 820243244,
            "stop": 820243258
        },
        {
            "start": 820243261,
            "stop": 820243454
        },
        {
            "start": 820243457,
            "stop": 820243655
        },
        {
            "start": 820243658,
            "stop": 820243719
        },
        {
            "start": 820243722,
            "stop": 820243829
        },
        {
            "start": 820243833,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244622
        },
        {
            "start": 820244626,
            "stop": 820244769
        },
        {
            "start": 820244772,
            "stop": 820245084
        },
        {
            "start": 820245087,
            "stop": 820245090
        },
        {
            "start": 820245093,
            "stop": 820245131
        },
        {
            "start": 820245134,
            "stop": 820245137
        }
    ]
}