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=9909
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=9910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9908",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9909,
    "results": [
        {
            "start": 874685121,
            "stop": 874685880
        },
        {
            "start": 874685943,
            "stop": 874685982
        },
        {
            "start": 874685985,
            "stop": 874686310
        },
        {
            "start": 874686313,
            "stop": 874686369
        },
        {
            "start": 874686386,
            "stop": 874686597
        },
        {
            "start": 874686614,
            "stop": 874687188
        },
        {
            "start": 874689409,
            "stop": 874689505
        },
        {
            "start": 874689522,
            "stop": 874689660
        },
        {
            "start": 874689780,
            "stop": 874690020
        },
        {
            "start": 874690080,
            "stop": 874690321
        },
        {
            "start": 874690563,
            "stop": 874690980
        },
        {
            "start": 874691040,
            "stop": 874691280
        },
        {
            "start": 874691400,
            "stop": 874691816
        },
        {
            "start": 874691880,
            "stop": 874692467
        },
        {
            "start": 874692587,
            "stop": 874692961
        },
        {
            "start": 874692978,
            "stop": 874693237
        },
        {
            "start": 874693255,
            "stop": 874694400
        },
        {
            "start": 874694460,
            "stop": 874694564
        },
        {
            "start": 874694684,
            "stop": 874694757
        },
        {
            "start": 874694760,
            "stop": 874694892
        }
    ]
}