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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=124",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 125,
    "results": [
        {
            "start": 931704763,
            "stop": 931704767
        },
        {
            "start": 931704784,
            "stop": 931704787
        },
        {
            "start": 931704798,
            "stop": 931704799
        },
        {
            "start": 931704809,
            "stop": 931704826
        },
        {
            "start": 931704831,
            "stop": 931704845
        },
        {
            "start": 931704852,
            "stop": 931704859
        },
        {
            "start": 931704892,
            "stop": 931704909
        },
        {
            "start": 931704915,
            "stop": 931704917
        },
        {
            "start": 931704926,
            "stop": 931704930
        },
        {
            "start": 931704939,
            "stop": 931704943
        },
        {
            "start": 931704955,
            "stop": 931704964
        },
        {
            "start": 931704983,
            "stop": 931704984
        },
        {
            "start": 931704990,
            "stop": 931704992
        },
        {
            "start": 931705001,
            "stop": 931705004
        },
        {
            "start": 931705010,
            "stop": 931705012
        },
        {
            "start": 931705049,
            "stop": 931705051
        },
        {
            "start": 931705056,
            "stop": 931705064
        },
        {
            "start": 931705095,
            "stop": 931705112
        },
        {
            "start": 931705122,
            "stop": 931705128
        },
        {
            "start": 931705137,
            "stop": 931705172
        }
    ]
}