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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7333",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7334,
    "results": [
        {
            "start": 969283738,
            "stop": 969283879
        },
        {
            "start": 969283882,
            "stop": 969283964
        },
        {
            "start": 969283967,
            "stop": 969284027
        },
        {
            "start": 969284147,
            "stop": 969284167
        },
        {
            "start": 969284170,
            "stop": 969284204
        },
        {
            "start": 969284207,
            "stop": 969284360
        },
        {
            "start": 969284381,
            "stop": 969284433
        },
        {
            "start": 969284807,
            "stop": 969284819
        },
        {
            "start": 969284822,
            "stop": 969284927
        },
        {
            "start": 969285287,
            "stop": 969285306
        },
        {
            "start": 969285329,
            "stop": 969285388
        },
        {
            "start": 969285392,
            "stop": 969285399
        },
        {
            "start": 969285402,
            "stop": 969285456
        },
        {
            "start": 969285587,
            "stop": 969285749
        },
        {
            "start": 969285752,
            "stop": 969285754
        },
        {
            "start": 969285775,
            "stop": 969285827
        },
        {
            "start": 969286007,
            "stop": 969286050
        },
        {
            "start": 969286053,
            "stop": 969286127
        },
        {
            "start": 969286427,
            "stop": 969286457
        },
        {
            "start": 969286462,
            "stop": 969286496
        }
    ]
}