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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=227",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 228,
    "results": [
        {
            "start": 821501805,
            "stop": 821501935
        },
        {
            "start": 821501942,
            "stop": 821502461
        },
        {
            "start": 821502468,
            "stop": 821502959
        },
        {
            "start": 821502966,
            "stop": 821506402
        },
        {
            "start": 821506409,
            "stop": 821506547
        },
        {
            "start": 821506554,
            "stop": 821507695
        },
        {
            "start": 821507708,
            "stop": 821508382
        },
        {
            "start": 821508389,
            "stop": 821509131
        },
        {
            "start": 821509138,
            "stop": 821509657
        },
        {
            "start": 821509664,
            "stop": 821509863
        },
        {
            "start": 821509870,
            "stop": 821509884
        },
        {
            "start": 821509891,
            "stop": 821510995
        },
        {
            "start": 821511002,
            "stop": 821512041
        },
        {
            "start": 821512049,
            "stop": 821512055
        },
        {
            "start": 821512062,
            "stop": 821512445
        },
        {
            "start": 821512459,
            "stop": 821512502
        },
        {
            "start": 821512509,
            "stop": 821512571
        },
        {
            "start": 821512578,
            "stop": 821513027
        },
        {
            "start": 821513110,
            "stop": 821513384
        },
        {
            "start": 821513547,
            "stop": 821513552
        }
    ]
}