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_CBCLOW_CAT3/segments?format=api&page=5150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5149",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5150,
    "results": [
        {
            "start": 873736119,
            "stop": 873736140
        },
        {
            "start": 873736154,
            "stop": 873736169
        },
        {
            "start": 873736176,
            "stop": 873736193
        },
        {
            "start": 873736234,
            "stop": 873736251
        },
        {
            "start": 873736259,
            "stop": 873736262
        },
        {
            "start": 873736289,
            "stop": 873736322
        },
        {
            "start": 873736334,
            "stop": 873736349
        },
        {
            "start": 873736356,
            "stop": 873736442
        },
        {
            "start": 873736452,
            "stop": 873736509
        },
        {
            "start": 873736520,
            "stop": 873736547
        },
        {
            "start": 873736555,
            "stop": 873736572
        },
        {
            "start": 873736590,
            "stop": 873736671
        },
        {
            "start": 873736685,
            "stop": 873736704
        },
        {
            "start": 873736722,
            "stop": 873736923
        },
        {
            "start": 873736933,
            "stop": 873737020
        },
        {
            "start": 873737027,
            "stop": 873737055
        },
        {
            "start": 873737066,
            "stop": 873737089
        },
        {
            "start": 873737096,
            "stop": 873737202
        },
        {
            "start": 873737213,
            "stop": 873737237
        },
        {
            "start": 873737248,
            "stop": 873737340
        }
    ]
}