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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=55",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 56,
    "results": [
        {
            "start": 817627845,
            "stop": 817628798
        },
        {
            "start": 817628801,
            "stop": 817628910
        },
        {
            "start": 817628913,
            "stop": 817628914
        },
        {
            "start": 817628923,
            "stop": 817628925
        },
        {
            "start": 817628928,
            "stop": 817628935
        },
        {
            "start": 817628939,
            "stop": 817628954
        },
        {
            "start": 817628957,
            "stop": 817629045
        },
        {
            "start": 817629052,
            "stop": 817629061
        },
        {
            "start": 817629065,
            "stop": 817629067
        },
        {
            "start": 817629070,
            "stop": 817629332
        },
        {
            "start": 817629335,
            "stop": 817629336
        },
        {
            "start": 817629339,
            "stop": 817629370
        },
        {
            "start": 817629376,
            "stop": 817629385
        },
        {
            "start": 817629389,
            "stop": 817629399
        },
        {
            "start": 817629403,
            "stop": 817629544
        },
        {
            "start": 817629554,
            "stop": 817629555
        },
        {
            "start": 817629558,
            "stop": 817629559
        },
        {
            "start": 817629562,
            "stop": 817629565
        },
        {
            "start": 817629568,
            "stop": 817631903
        },
        {
            "start": 817631909,
            "stop": 817632823
        }
    ]
}