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=3776
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=3777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3775",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3776,
    "results": [
        {
            "start": 873118110,
            "stop": 873118176
        },
        {
            "start": 873118177,
            "stop": 873119343
        },
        {
            "start": 873119346,
            "stop": 873119381
        },
        {
            "start": 873119384,
            "stop": 873119409
        },
        {
            "start": 873119412,
            "stop": 873119637
        },
        {
            "start": 873119643,
            "stop": 873119832
        },
        {
            "start": 873119836,
            "stop": 873119861
        },
        {
            "start": 873119865,
            "stop": 873119878
        },
        {
            "start": 873119881,
            "stop": 873119948
        },
        {
            "start": 873119951,
            "stop": 873120544
        },
        {
            "start": 873120545,
            "stop": 873120660
        },
        {
            "start": 873120661,
            "stop": 873120909
        },
        {
            "start": 873120910,
            "stop": 873120915
        },
        {
            "start": 873120917,
            "stop": 873120954
        },
        {
            "start": 873128730,
            "stop": 873128731
        },
        {
            "start": 873128732,
            "stop": 873128735
        },
        {
            "start": 873128736,
            "stop": 873128738
        },
        {
            "start": 873128742,
            "stop": 873128753
        },
        {
            "start": 873128758,
            "stop": 873128773
        },
        {
            "start": 873128775,
            "stop": 873128777
        }
    ]
}