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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7617",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7615",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7616,
    "results": [
        {
            "start": 970853805,
            "stop": 970853908
        },
        {
            "start": 970853911,
            "stop": 970854004
        },
        {
            "start": 970854007,
            "stop": 970854011
        },
        {
            "start": 970854014,
            "stop": 970854016
        },
        {
            "start": 970854204,
            "stop": 970854231
        },
        {
            "start": 970854237,
            "stop": 970854317
        },
        {
            "start": 970854321,
            "stop": 970854358
        },
        {
            "start": 970854362,
            "stop": 970854376
        },
        {
            "start": 970854796,
            "stop": 970854976
        },
        {
            "start": 970855038,
            "stop": 970855039
        },
        {
            "start": 970855042,
            "stop": 970855136
        },
        {
            "start": 970855139,
            "stop": 970855156
        },
        {
            "start": 970855337,
            "stop": 970855396
        },
        {
            "start": 970855636,
            "stop": 970855816
        },
        {
            "start": 970856116,
            "stop": 970856132
        },
        {
            "start": 970856135,
            "stop": 970856220
        },
        {
            "start": 970856223,
            "stop": 970856378
        },
        {
            "start": 970856384,
            "stop": 970856416
        },
        {
            "start": 970856536,
            "stop": 970856830
        },
        {
            "start": 970856833,
            "stop": 970856838
        }
    ]
}