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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5025",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5026,
    "results": [
        {
            "start": 874551643,
            "stop": 874551682
        },
        {
            "start": 874551701,
            "stop": 874551780
        },
        {
            "start": 874551853,
            "stop": 874551863
        },
        {
            "start": 874551882,
            "stop": 874551921
        },
        {
            "start": 874551947,
            "stop": 874551958
        },
        {
            "start": 874551978,
            "stop": 874551985
        },
        {
            "start": 874552010,
            "stop": 874552020
        },
        {
            "start": 874552091,
            "stop": 874552100
        },
        {
            "start": 874552138,
            "stop": 874552194
        },
        {
            "start": 874552236,
            "stop": 874552293
        },
        {
            "start": 874552333,
            "stop": 874552348
        },
        {
            "start": 874552367,
            "stop": 874552383
        },
        {
            "start": 874552402,
            "stop": 874552477
        },
        {
            "start": 874552496,
            "stop": 874552500
        },
        {
            "start": 874552562,
            "stop": 874552600
        },
        {
            "start": 874552619,
            "stop": 874552622
        },
        {
            "start": 874552641,
            "stop": 874552680
        },
        {
            "start": 874552714,
            "stop": 874552718
        },
        {
            "start": 874552747,
            "stop": 874552775
        },
        {
            "start": 874552794,
            "stop": 874552872
        }
    ]
}