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=3953
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=3954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3952",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3953,
    "results": [
        {
            "start": 874346097,
            "stop": 874346098
        },
        {
            "start": 874346100,
            "stop": 874346222
        },
        {
            "start": 874346223,
            "stop": 874346245
        },
        {
            "start": 874346303,
            "stop": 874346474
        },
        {
            "start": 874346475,
            "stop": 874346478
        },
        {
            "start": 874346479,
            "stop": 874346880
        },
        {
            "start": 874346882,
            "stop": 874346898
        },
        {
            "start": 874348409,
            "stop": 874348411
        },
        {
            "start": 874348412,
            "stop": 874348414
        },
        {
            "start": 874348415,
            "stop": 874348419
        },
        {
            "start": 874348428,
            "stop": 874348433
        },
        {
            "start": 874348436,
            "stop": 874348441
        },
        {
            "start": 874348442,
            "stop": 874348443
        },
        {
            "start": 874348444,
            "stop": 874348447
        },
        {
            "start": 874348451,
            "stop": 874348455
        },
        {
            "start": 874348456,
            "stop": 874348458
        },
        {
            "start": 874348459,
            "stop": 874348461
        },
        {
            "start": 874348462,
            "stop": 874348474
        },
        {
            "start": 874348475,
            "stop": 874348476
        },
        {
            "start": 874348477,
            "stop": 874348478
        }
    ]
}