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=2113
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=2114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2112",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2113,
    "results": [
        {
            "start": 872086484,
            "stop": 872086491
        },
        {
            "start": 872086607,
            "stop": 872086609
        },
        {
            "start": 872087804,
            "stop": 872090024
        },
        {
            "start": 872090041,
            "stop": 872091364
        },
        {
            "start": 872091381,
            "stop": 872091550
        },
        {
            "start": 872091567,
            "stop": 872093583
        },
        {
            "start": 872093600,
            "stop": 872094825
        },
        {
            "start": 872094842,
            "stop": 872095233
        },
        {
            "start": 872095251,
            "stop": 872095565
        },
        {
            "start": 872095582,
            "stop": 872095862
        },
        {
            "start": 872095879,
            "stop": 872098582
        },
        {
            "start": 872098595,
            "stop": 872101644
        },
        {
            "start": 872101661,
            "stop": 872104103
        },
        {
            "start": 872104122,
            "stop": 872107094
        },
        {
            "start": 872107115,
            "stop": 872108670
        },
        {
            "start": 872108689,
            "stop": 872108762
        },
        {
            "start": 872108796,
            "stop": 872108894
        },
        {
            "start": 872108915,
            "stop": 872109612
        },
        {
            "start": 872109631,
            "stop": 872109743
        },
        {
            "start": 872109760,
            "stop": 872109771
        }
    ]
}