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=2333
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=2334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2332",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2333,
    "results": [
        {
            "start": 874411309,
            "stop": 874411350
        },
        {
            "start": 874411382,
            "stop": 874411422
        },
        {
            "start": 874411449,
            "stop": 874411483
        },
        {
            "start": 874411524,
            "stop": 874411549
        },
        {
            "start": 874411568,
            "stop": 874411575
        },
        {
            "start": 874411594,
            "stop": 874411850
        },
        {
            "start": 874411893,
            "stop": 874412038
        },
        {
            "start": 874412067,
            "stop": 874412095
        },
        {
            "start": 874412123,
            "stop": 874412140
        },
        {
            "start": 874412205,
            "stop": 874412260
        },
        {
            "start": 874412279,
            "stop": 874412331
        },
        {
            "start": 874412354,
            "stop": 874412365
        },
        {
            "start": 874412388,
            "stop": 874412461
        },
        {
            "start": 874412480,
            "stop": 874412563
        },
        {
            "start": 874412582,
            "stop": 874413229
        },
        {
            "start": 874413247,
            "stop": 874414140
        },
        {
            "start": 874414157,
            "stop": 874414304
        },
        {
            "start": 874414321,
            "stop": 874414539
        },
        {
            "start": 874414570,
            "stop": 874414578
        },
        {
            "start": 874414600,
            "stop": 874416748
        }
    ]
}