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=3675
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=3676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3674",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3675,
    "results": [
        {
            "start": 872998467,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 872999985
        },
        {
            "start": 873000005,
            "stop": 873000139
        },
        {
            "start": 873000156,
            "stop": 873000188
        },
        {
            "start": 873000205,
            "stop": 873000220
        },
        {
            "start": 873000237,
            "stop": 873000349
        },
        {
            "start": 873000366,
            "stop": 873000459
        },
        {
            "start": 873000476,
            "stop": 873000582
        },
        {
            "start": 873000600,
            "stop": 873001118
        },
        {
            "start": 873001135,
            "stop": 873001150
        },
        {
            "start": 873001167,
            "stop": 873001311
        },
        {
            "start": 873001328,
            "stop": 873001356
        },
        {
            "start": 873001373,
            "stop": 873001472
        },
        {
            "start": 873001489,
            "stop": 873001492
        },
        {
            "start": 873001509,
            "stop": 873001672
        },
        {
            "start": 873001689,
            "stop": 873001757
        },
        {
            "start": 873001777,
            "stop": 873001941
        },
        {
            "start": 873001958,
            "stop": 873002039
        },
        {
            "start": 873002056,
            "stop": 873002068
        },
        {
            "start": 873002085,
            "stop": 873002192
        }
    ]
}