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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6400",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6401,
    "results": [
        {
            "start": 873630016,
            "stop": 873630091
        },
        {
            "start": 873630093,
            "stop": 873630510
        },
        {
            "start": 873630511,
            "stop": 873630699
        },
        {
            "start": 873630700,
            "stop": 873631326
        },
        {
            "start": 873631327,
            "stop": 873631572
        },
        {
            "start": 873631573,
            "stop": 873631594
        },
        {
            "start": 873631595,
            "stop": 873631683
        },
        {
            "start": 873631684,
            "stop": 873631761
        },
        {
            "start": 873644272,
            "stop": 873644344
        },
        {
            "start": 873644345,
            "stop": 873644394
        },
        {
            "start": 873644396,
            "stop": 873644439
        },
        {
            "start": 873644440,
            "stop": 873644899
        },
        {
            "start": 873644900,
            "stop": 873644933
        },
        {
            "start": 873646946,
            "stop": 873647130
        },
        {
            "start": 873647131,
            "stop": 873647155
        },
        {
            "start": 873647157,
            "stop": 873647215
        },
        {
            "start": 873647216,
            "stop": 873647284
        },
        {
            "start": 873647286,
            "stop": 873647406
        },
        {
            "start": 873647407,
            "stop": 873647427
        },
        {
            "start": 873647429,
            "stop": 873647501
        }
    ]
}