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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=319",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 320,
    "results": [
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860418892
        },
        {
            "start": 860418913,
            "stop": 860421354
        },
        {
            "start": 860421376,
            "stop": 860422853
        },
        {
            "start": 860422872,
            "stop": 860432645
        },
        {
            "start": 860432664,
            "stop": 860432827
        },
        {
            "start": 860432873,
            "stop": 860436802
        },
        {
            "start": 860436823,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439597
        },
        {
            "start": 860439618,
            "stop": 860439770
        },
        {
            "start": 860442159,
            "stop": 860443974
        },
        {
            "start": 860443996,
            "stop": 860444009
        },
        {
            "start": 860444033,
            "stop": 860444399
        },
        {
            "start": 860444469,
            "stop": 860445419
        },
        {
            "start": 860445447,
            "stop": 860445552
        },
        {
            "start": 860445573,
            "stop": 860447576
        },
        {
            "start": 860447597,
            "stop": 860447855
        },
        {
            "start": 860448012,
            "stop": 860448402
        },
        {
            "start": 860448652,
            "stop": 860448754
        },
        {
            "start": 860448776,
            "stop": 860448902
        }
    ]
}