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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=319",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 320,
    "results": [
        {
            "start": 822631728,
            "stop": 822632165
        },
        {
            "start": 822632168,
            "stop": 822632440
        },
        {
            "start": 822632444,
            "stop": 822632796
        },
        {
            "start": 822633384,
            "stop": 822633434
        },
        {
            "start": 822633438,
            "stop": 822633604
        },
        {
            "start": 822633607,
            "stop": 822633826
        },
        {
            "start": 822633830,
            "stop": 822633917
        },
        {
            "start": 822633921,
            "stop": 822634013
        },
        {
            "start": 822634016,
            "stop": 822634125
        },
        {
            "start": 822634144,
            "stop": 822634151
        },
        {
            "start": 822634155,
            "stop": 822634169
        },
        {
            "start": 822634279,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822637777
        },
        {
            "start": 822637780,
            "stop": 822637993
        },
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638242,
            "stop": 822638326
        },
        {
            "start": 822638329,
            "stop": 822638483
        },
        {
            "start": 822638783,
            "stop": 822638953
        },
        {
            "start": 822639253,
            "stop": 822639354
        },
        {
            "start": 822639357,
            "stop": 822639847
        }
    ]
}