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=457
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=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=456",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 457,
    "results": [
        {
            "start": 827466776,
            "stop": 827471564
        },
        {
            "start": 827471745,
            "stop": 827473706
        },
        {
            "start": 827473713,
            "stop": 827473716
        },
        {
            "start": 827473723,
            "stop": 827474578
        },
        {
            "start": 827474585,
            "stop": 827479844
        },
        {
            "start": 827480205,
            "stop": 827482544
        },
        {
            "start": 827482725,
            "stop": 827489779
        },
        {
            "start": 827489786,
            "stop": 827489992
        },
        {
            "start": 827489999,
            "stop": 827490637
        },
        {
            "start": 827490644,
            "stop": 827500964
        },
        {
            "start": 827501145,
            "stop": 827503839
        },
        {
            "start": 827504055,
            "stop": 827504176
        },
        {
            "start": 827504180,
            "stop": 827506075
        },
        {
            "start": 827506081,
            "stop": 827508164
        },
        {
            "start": 827508345,
            "stop": 827508470
        },
        {
            "start": 827508550,
            "stop": 827508764
        },
        {
            "start": 827508945,
            "stop": 827509550
        },
        {
            "start": 827509630,
            "stop": 827510674
        },
        {
            "start": 827510750,
            "stop": 827513027
        },
        {
            "start": 827513078,
            "stop": 827513079
        }
    ]
}