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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8331",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8332,
    "results": [
        {
            "start": 874364227,
            "stop": 874365824
        },
        {
            "start": 874365841,
            "stop": 874366437
        },
        {
            "start": 874366456,
            "stop": 874366660
        },
        {
            "start": 874367502,
            "stop": 874367616
        },
        {
            "start": 874367633,
            "stop": 874367638
        },
        {
            "start": 874450805,
            "stop": 874450810
        },
        {
            "start": 874450842,
            "stop": 874450849
        },
        {
            "start": 874450925,
            "stop": 874451050
        },
        {
            "start": 874451067,
            "stop": 874451095
        },
        {
            "start": 874451112,
            "stop": 874451385
        },
        {
            "start": 874451404,
            "stop": 874452010
        },
        {
            "start": 874452039,
            "stop": 874452200
        },
        {
            "start": 874452220,
            "stop": 874452661
        },
        {
            "start": 874452909,
            "stop": 874453008
        },
        {
            "start": 874453128,
            "stop": 874453502
        },
        {
            "start": 874453526,
            "stop": 874453576
        },
        {
            "start": 874453595,
            "stop": 874453688
        },
        {
            "start": 874453711,
            "stop": 874453765
        },
        {
            "start": 874453795,
            "stop": 874453817
        },
        {
            "start": 874453838,
            "stop": 874455549
        }
    ]
}