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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4767",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4768,
    "results": [
        {
            "start": 874583585,
            "stop": 874583680
        },
        {
            "start": 874583717,
            "stop": 874584026
        },
        {
            "start": 874584045,
            "stop": 874584048
        },
        {
            "start": 874584067,
            "stop": 874584167
        },
        {
            "start": 874584186,
            "stop": 874584301
        },
        {
            "start": 874584320,
            "stop": 874584365
        },
        {
            "start": 874584384,
            "stop": 874584442
        },
        {
            "start": 874584461,
            "stop": 874584557
        },
        {
            "start": 874584576,
            "stop": 874584661
        },
        {
            "start": 874584680,
            "stop": 874584683
        },
        {
            "start": 874584702,
            "stop": 874584806
        },
        {
            "start": 874584826,
            "stop": 874584833
        },
        {
            "start": 874584871,
            "stop": 874584909
        },
        {
            "start": 874584928,
            "stop": 874585051
        },
        {
            "start": 874585085,
            "stop": 874585165
        },
        {
            "start": 874585184,
            "stop": 874585200
        },
        {
            "start": 874585260,
            "stop": 874585329
        },
        {
            "start": 874585361,
            "stop": 874585503
        },
        {
            "start": 874585522,
            "stop": 874585557
        },
        {
            "start": 874585576,
            "stop": 874585589
        }
    ]
}