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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8776",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8777,
    "results": [
        {
            "start": 872296104,
            "stop": 872296260
        },
        {
            "start": 872296279,
            "stop": 872296285
        },
        {
            "start": 872296304,
            "stop": 872296330
        },
        {
            "start": 872296375,
            "stop": 872296431
        },
        {
            "start": 872296451,
            "stop": 872296468
        },
        {
            "start": 872296495,
            "stop": 872296622
        },
        {
            "start": 872296651,
            "stop": 872296676
        },
        {
            "start": 872296695,
            "stop": 872297038
        },
        {
            "start": 872297055,
            "stop": 872297735
        },
        {
            "start": 872297768,
            "stop": 872297791
        },
        {
            "start": 872297810,
            "stop": 872297880
        },
        {
            "start": 872297911,
            "stop": 872297967
        },
        {
            "start": 872297992,
            "stop": 872297996
        },
        {
            "start": 872298015,
            "stop": 872298027
        },
        {
            "start": 872298078,
            "stop": 872298703
        },
        {
            "start": 872298722,
            "stop": 872298728
        },
        {
            "start": 872298745,
            "stop": 872298867
        },
        {
            "start": 872298898,
            "stop": 872298909
        },
        {
            "start": 872298930,
            "stop": 872299019
        },
        {
            "start": 872299038,
            "stop": 872299360
        }
    ]
}