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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=191",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 192,
    "results": [
        {
            "start": 819995543,
            "stop": 819995613
        },
        {
            "start": 819995616,
            "stop": 819995635
        },
        {
            "start": 819995638,
            "stop": 819995760
        },
        {
            "start": 819995763,
            "stop": 819996355
        },
        {
            "start": 819996475,
            "stop": 819996599
        },
        {
            "start": 819996719,
            "stop": 819997024
        },
        {
            "start": 819997028,
            "stop": 819997052
        },
        {
            "start": 819997055,
            "stop": 819997723
        },
        {
            "start": 819997727,
            "stop": 819997729
        },
        {
            "start": 819997732,
            "stop": 819997856
        },
        {
            "start": 819997859,
            "stop": 819998138
        },
        {
            "start": 819998142,
            "stop": 819998144
        },
        {
            "start": 819998147,
            "stop": 819998409
        },
        {
            "start": 819998412,
            "stop": 819998500
        },
        {
            "start": 819998504,
            "stop": 819998591
        },
        {
            "start": 819998595,
            "stop": 819998932
        },
        {
            "start": 819998935,
            "stop": 819998943
        },
        {
            "start": 819998946,
            "stop": 819999000
        },
        {
            "start": 819999060,
            "stop": 819999120
        },
        {
            "start": 819999180,
            "stop": 819999321
        }
    ]
}