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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=146",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 147,
    "results": [
        {
            "start": 932033916,
            "stop": 932033928
        },
        {
            "start": 932033931,
            "stop": 932034491
        },
        {
            "start": 932034493,
            "stop": 932035354
        },
        {
            "start": 932035357,
            "stop": 932036415
        },
        {
            "start": 932036775,
            "stop": 932037979
        },
        {
            "start": 932037982,
            "stop": 932038620
        },
        {
            "start": 932041437,
            "stop": 932041709
        },
        {
            "start": 932041714,
            "stop": 932042076
        },
        {
            "start": 932042078,
            "stop": 932043531
        },
        {
            "start": 932043533,
            "stop": 932043615
        },
        {
            "start": 932043975,
            "stop": 932044610
        },
        {
            "start": 932044613,
            "stop": 932045030
        },
        {
            "start": 932045032,
            "stop": 932045844
        },
        {
            "start": 932045846,
            "stop": 932045903
        },
        {
            "start": 932045906,
            "stop": 932045918
        },
        {
            "start": 932045922,
            "stop": 932045978
        },
        {
            "start": 932045982,
            "stop": 932045994
        },
        {
            "start": 932045996,
            "stop": 932046023
        },
        {
            "start": 932046027,
            "stop": 932046891
        },
        {
            "start": 932046893,
            "stop": 932047121
        }
    ]
}