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=3983
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=3984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3982",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3983,
    "results": [
        {
            "start": 874553805,
            "stop": 874553811
        },
        {
            "start": 874553814,
            "stop": 874554217
        },
        {
            "start": 874554220,
            "stop": 874554235
        },
        {
            "start": 874554249,
            "stop": 874554691
        },
        {
            "start": 874554696,
            "stop": 874554791
        },
        {
            "start": 874554794,
            "stop": 874554871
        },
        {
            "start": 874554874,
            "stop": 874554939
        },
        {
            "start": 874554942,
            "stop": 874555075
        },
        {
            "start": 874555078,
            "stop": 874555341
        },
        {
            "start": 874555344,
            "stop": 874559925
        },
        {
            "start": 874559930,
            "stop": 874560165
        },
        {
            "start": 874560168,
            "stop": 874560192
        },
        {
            "start": 874560196,
            "stop": 874560782
        },
        {
            "start": 874560786,
            "stop": 874560840
        },
        {
            "start": 874560843,
            "stop": 874560845
        },
        {
            "start": 874560850,
            "stop": 874564860
        },
        {
            "start": 874564863,
            "stop": 874564976
        },
        {
            "start": 874564978,
            "stop": 874565790
        },
        {
            "start": 874565796,
            "stop": 874565926
        },
        {
            "start": 874565929,
            "stop": 874566357
        }
    ]
}