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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3713",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3714,
    "results": [
        {
            "start": 872594553,
            "stop": 872594561
        },
        {
            "start": 872594567,
            "stop": 872594572
        },
        {
            "start": 872594575,
            "stop": 872594590
        },
        {
            "start": 872594594,
            "stop": 872595034
        },
        {
            "start": 872595038,
            "stop": 872595054
        },
        {
            "start": 872595057,
            "stop": 872595070
        },
        {
            "start": 872595078,
            "stop": 872595092
        },
        {
            "start": 872595095,
            "stop": 872595105
        },
        {
            "start": 872595108,
            "stop": 872595168
        },
        {
            "start": 872595171,
            "stop": 872595203
        },
        {
            "start": 872595206,
            "stop": 872595218
        },
        {
            "start": 872595221,
            "stop": 872595222
        },
        {
            "start": 872595225,
            "stop": 872595271
        },
        {
            "start": 872595274,
            "stop": 872595294
        },
        {
            "start": 872595297,
            "stop": 872595298
        },
        {
            "start": 872595301,
            "stop": 872595321
        },
        {
            "start": 872595324,
            "stop": 872595374
        },
        {
            "start": 872595377,
            "stop": 872595403
        },
        {
            "start": 872595406,
            "stop": 872595427
        },
        {
            "start": 872595430,
            "stop": 872595525
        }
    ]
}