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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=340",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 341,
    "results": [
        {
            "start": 818780600,
            "stop": 818780601
        },
        {
            "start": 818780628,
            "stop": 818780641
        },
        {
            "start": 818780699,
            "stop": 818780702
        },
        {
            "start": 818780742,
            "stop": 818780754
        },
        {
            "start": 818780773,
            "stop": 818780799
        },
        {
            "start": 818780853,
            "stop": 818780928
        },
        {
            "start": 818780960,
            "stop": 818780995
        },
        {
            "start": 818781027,
            "stop": 818781045
        },
        {
            "start": 818793755,
            "stop": 818793785
        },
        {
            "start": 818793841,
            "stop": 818793870
        },
        {
            "start": 818793943,
            "stop": 818793961
        },
        {
            "start": 818794020,
            "stop": 818794035
        },
        {
            "start": 818794063,
            "stop": 818794070
        },
        {
            "start": 818794073,
            "stop": 818794077
        },
        {
            "start": 818794080,
            "stop": 818794112
        },
        {
            "start": 818794116,
            "stop": 818794178
        },
        {
            "start": 818794199,
            "stop": 818794200
        },
        {
            "start": 818794949,
            "stop": 818794966
        },
        {
            "start": 818794986,
            "stop": 818795008
        },
        {
            "start": 818795135,
            "stop": 818795143
        }
    ]
}