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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=145",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 146,
    "results": [
        {
            "start": 932022375,
            "stop": 932022694
        },
        {
            "start": 932022696,
            "stop": 932024221
        },
        {
            "start": 932024223,
            "stop": 932024295
        },
        {
            "start": 932024298,
            "stop": 932025230
        },
        {
            "start": 932025232,
            "stop": 932025262
        },
        {
            "start": 932033175,
            "stop": 932033366
        },
        {
            "start": 932033368,
            "stop": 932033628
        },
        {
            "start": 932033631,
            "stop": 932033689
        },
        {
            "start": 932033691,
            "stop": 932033718
        },
        {
            "start": 932033722,
            "stop": 932033733
        },
        {
            "start": 932033736,
            "stop": 932033749
        },
        {
            "start": 932033751,
            "stop": 932033763
        },
        {
            "start": 932033766,
            "stop": 932033778
        },
        {
            "start": 932033782,
            "stop": 932033794
        },
        {
            "start": 932033796,
            "stop": 932033823
        },
        {
            "start": 932033826,
            "stop": 932033854
        },
        {
            "start": 932033856,
            "stop": 932033868
        },
        {
            "start": 932033871,
            "stop": 932033883
        },
        {
            "start": 932033887,
            "stop": 932033898
        },
        {
            "start": 932033901,
            "stop": 932033913
        }
    ]
}