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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=223",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 224,
    "results": [
        {
            "start": 821159796,
            "stop": 821159797
        },
        {
            "start": 821159805,
            "stop": 821160031
        },
        {
            "start": 821160039,
            "stop": 821160040
        },
        {
            "start": 821160048,
            "stop": 821160123
        },
        {
            "start": 821160131,
            "stop": 821160148
        },
        {
            "start": 821160156,
            "stop": 821160321
        },
        {
            "start": 821160329,
            "stop": 821160334
        },
        {
            "start": 821160342,
            "stop": 821160350
        },
        {
            "start": 821160364,
            "stop": 821160476
        },
        {
            "start": 821160484,
            "stop": 821160580
        },
        {
            "start": 821160588,
            "stop": 821160599
        },
        {
            "start": 821160607,
            "stop": 821160657
        },
        {
            "start": 821160857,
            "stop": 821161147
        },
        {
            "start": 821161155,
            "stop": 821161227
        },
        {
            "start": 821161235,
            "stop": 821161264
        },
        {
            "start": 821161280,
            "stop": 821161378
        },
        {
            "start": 821161386,
            "stop": 821161423
        },
        {
            "start": 821161431,
            "stop": 821161588
        },
        {
            "start": 821161760,
            "stop": 821161866
        },
        {
            "start": 821161874,
            "stop": 821161885
        }
    ]
}