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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3732",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3733,
    "results": [
        {
            "start": 872718229,
            "stop": 872718231
        },
        {
            "start": 872718232,
            "stop": 872718238
        },
        {
            "start": 872718239,
            "stop": 872718240
        },
        {
            "start": 872718241,
            "stop": 872718252
        },
        {
            "start": 872718255,
            "stop": 872718260
        },
        {
            "start": 872718261,
            "stop": 872718282
        },
        {
            "start": 872718283,
            "stop": 872718290
        },
        {
            "start": 872718291,
            "stop": 872718471
        },
        {
            "start": 872718472,
            "stop": 872718710
        },
        {
            "start": 872718712,
            "stop": 872720537
        },
        {
            "start": 872720714,
            "stop": 872721015
        },
        {
            "start": 872721248,
            "stop": 872721659
        },
        {
            "start": 872721661,
            "stop": 872725320
        },
        {
            "start": 872725322,
            "stop": 872728107
        },
        {
            "start": 872728110,
            "stop": 872728118
        },
        {
            "start": 872729997,
            "stop": 872729999
        },
        {
            "start": 872730007,
            "stop": 872730009
        },
        {
            "start": 872730013,
            "stop": 872730015
        },
        {
            "start": 872730022,
            "stop": 872730024
        },
        {
            "start": 872730031,
            "stop": 872730032
        }
    ]
}