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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=162",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 163,
    "results": [
        {
            "start": 818079290,
            "stop": 818079291
        },
        {
            "start": 818079305,
            "stop": 818079306
        },
        {
            "start": 818079314,
            "stop": 818079316
        },
        {
            "start": 818079324,
            "stop": 818079325
        },
        {
            "start": 818079332,
            "stop": 818079334
        },
        {
            "start": 818079342,
            "stop": 818079343
        },
        {
            "start": 818079349,
            "stop": 818079354
        },
        {
            "start": 818079360,
            "stop": 818079361
        },
        {
            "start": 818079373,
            "stop": 818079374
        },
        {
            "start": 818079378,
            "stop": 818079381
        },
        {
            "start": 818079385,
            "stop": 818079388
        },
        {
            "start": 818079391,
            "stop": 818079394
        },
        {
            "start": 818079405,
            "stop": 818079406
        },
        {
            "start": 818079410,
            "stop": 818079415
        },
        {
            "start": 818079422,
            "stop": 818079424
        },
        {
            "start": 818079427,
            "stop": 818079433
        },
        {
            "start": 818079443,
            "stop": 818079445
        },
        {
            "start": 818079454,
            "stop": 818079456
        },
        {
            "start": 818079461,
            "stop": 818079465
        },
        {
            "start": 818079468,
            "stop": 818079469
        }
    ]
}