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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=400",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 401,
    "results": [
        {
            "start": 821495202,
            "stop": 821495208
        },
        {
            "start": 821495227,
            "stop": 821495243
        },
        {
            "start": 821495430,
            "stop": 821495453
        },
        {
            "start": 821495472,
            "stop": 821495520
        },
        {
            "start": 821495539,
            "stop": 821495550
        },
        {
            "start": 821495569,
            "stop": 821495571
        },
        {
            "start": 821495590,
            "stop": 821495597
        },
        {
            "start": 821495616,
            "stop": 821495620
        },
        {
            "start": 821495639,
            "stop": 821495686
        },
        {
            "start": 821495705,
            "stop": 821495772
        },
        {
            "start": 821495791,
            "stop": 821495848
        },
        {
            "start": 821495852,
            "stop": 821495853
        },
        {
            "start": 821495872,
            "stop": 821495907
        },
        {
            "start": 821497024,
            "stop": 821497038
        },
        {
            "start": 821497058,
            "stop": 821497059
        },
        {
            "start": 821497069,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821497084
        },
        {
            "start": 821497106,
            "stop": 821497107
        },
        {
            "start": 821497176,
            "stop": 821497200
        },
        {
            "start": 821497203,
            "stop": 821497207
        }
    ]
}