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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10150",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10151,
    "results": [
        {
            "start": 873735314,
            "stop": 873735320
        },
        {
            "start": 873735327,
            "stop": 873735354
        },
        {
            "start": 873735364,
            "stop": 873735394
        },
        {
            "start": 873735409,
            "stop": 873735436
        },
        {
            "start": 873735445,
            "stop": 873735475
        },
        {
            "start": 873735486,
            "stop": 873735524
        },
        {
            "start": 873735531,
            "stop": 873735591
        },
        {
            "start": 873735598,
            "stop": 873735600
        },
        {
            "start": 873735764,
            "stop": 873735814
        },
        {
            "start": 873735822,
            "stop": 873735843
        },
        {
            "start": 873735850,
            "stop": 873735908
        },
        {
            "start": 873735916,
            "stop": 873735992
        },
        {
            "start": 873736005,
            "stop": 873736016
        },
        {
            "start": 873736027,
            "stop": 873736065
        },
        {
            "start": 873736072,
            "stop": 873736111
        },
        {
            "start": 873736119,
            "stop": 873736140
        },
        {
            "start": 873736154,
            "stop": 873736169
        },
        {
            "start": 873736176,
            "stop": 873736193
        },
        {
            "start": 873736234,
            "stop": 873736251
        },
        {
            "start": 873736259,
            "stop": 873736262
        }
    ]
}