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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=249",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 250,
    "results": [
        {
            "start": 931748174,
            "stop": 931748179
        },
        {
            "start": 931748182,
            "stop": 931748183
        },
        {
            "start": 931748187,
            "stop": 931748188
        },
        {
            "start": 931748189,
            "stop": 931748191
        },
        {
            "start": 931748193,
            "stop": 931748194
        },
        {
            "start": 931748195,
            "stop": 931748232
        },
        {
            "start": 931755809,
            "stop": 931755888
        },
        {
            "start": 931755889,
            "stop": 931755913
        },
        {
            "start": 931755916,
            "stop": 931755962
        },
        {
            "start": 931755969,
            "stop": 931755970
        },
        {
            "start": 931755976,
            "stop": 931755993
        },
        {
            "start": 931756000,
            "stop": 931756013
        },
        {
            "start": 931756014,
            "stop": 931756671
        },
        {
            "start": 931756673,
            "stop": 931757040
        },
        {
            "start": 931757042,
            "stop": 931757299
        },
        {
            "start": 931757301,
            "stop": 931757305
        },
        {
            "start": 931757307,
            "stop": 931757316
        },
        {
            "start": 931757319,
            "stop": 931757322
        },
        {
            "start": 931757341,
            "stop": 931757342
        },
        {
            "start": 931757354,
            "stop": 931757355
        }
    ]
}