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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2037",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2038,
    "results": [
        {
            "start": 859886626,
            "stop": 859886990
        },
        {
            "start": 859886993,
            "stop": 859898001
        },
        {
            "start": 859898003,
            "stop": 859898818
        },
        {
            "start": 859899988,
            "stop": 859902260
        },
        {
            "start": 859902265,
            "stop": 859902285
        },
        {
            "start": 859902290,
            "stop": 859902295
        },
        {
            "start": 859902300,
            "stop": 859902307
        },
        {
            "start": 859902315,
            "stop": 859902330
        },
        {
            "start": 859902335,
            "stop": 859903349
        },
        {
            "start": 859903382,
            "stop": 859904566
        },
        {
            "start": 859904569,
            "stop": 859905794
        },
        {
            "start": 859905964,
            "stop": 859906817
        },
        {
            "start": 859906823,
            "stop": 859911821
        },
        {
            "start": 859911824,
            "stop": 859913731
        },
        {
            "start": 859913734,
            "stop": 859919587
        },
        {
            "start": 859919593,
            "stop": 859922118
        },
        {
            "start": 859926181,
            "stop": 859926207
        },
        {
            "start": 859926467,
            "stop": 859927540
        },
        {
            "start": 859927545,
            "stop": 859927565
        },
        {
            "start": 859927570,
            "stop": 859929207
        }
    ]
}