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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=22",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 23,
    "results": [
        {
            "start": 816745075,
            "stop": 816745090
        },
        {
            "start": 816745093,
            "stop": 816745122
        },
        {
            "start": 816745125,
            "stop": 816745592
        },
        {
            "start": 816745595,
            "stop": 816745754
        },
        {
            "start": 816745757,
            "stop": 816745807
        },
        {
            "start": 816745810,
            "stop": 816745827
        },
        {
            "start": 816745831,
            "stop": 816745916
        },
        {
            "start": 816745919,
            "stop": 816745987
        },
        {
            "start": 816745990,
            "stop": 816747515
        },
        {
            "start": 816747518,
            "stop": 816747814
        },
        {
            "start": 816747817,
            "stop": 816747879
        },
        {
            "start": 816747882,
            "stop": 816747980
        },
        {
            "start": 816747983,
            "stop": 816748252
        },
        {
            "start": 816748255,
            "stop": 816748963
        },
        {
            "start": 816748966,
            "stop": 816749343
        },
        {
            "start": 816749345,
            "stop": 816749368
        },
        {
            "start": 816749370,
            "stop": 816749449
        },
        {
            "start": 816750806,
            "stop": 816751380
        },
        {
            "start": 816751383,
            "stop": 816752423
        },
        {
            "start": 816752426,
            "stop": 816752496
        }
    ]
}