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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=154",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 155,
    "results": [
        {
            "start": 932457975,
            "stop": 932458025
        },
        {
            "start": 932458027,
            "stop": 932458039
        },
        {
            "start": 932458043,
            "stop": 932458054
        },
        {
            "start": 932458057,
            "stop": 932458069
        },
        {
            "start": 932458073,
            "stop": 932458205
        },
        {
            "start": 932458207,
            "stop": 932458219
        },
        {
            "start": 932458222,
            "stop": 932460752
        },
        {
            "start": 932460757,
            "stop": 932460815
        },
        {
            "start": 932460817,
            "stop": 932461215
        },
        {
            "start": 932461575,
            "stop": 932463579
        },
        {
            "start": 932465416,
            "stop": 932466843
        },
        {
            "start": 932470756,
            "stop": 932471766
        },
        {
            "start": 932471769,
            "stop": 932471784
        },
        {
            "start": 932471786,
            "stop": 932471951
        },
        {
            "start": 932472375,
            "stop": 932473807
        },
        {
            "start": 932473809,
            "stop": 932475615
        },
        {
            "start": 932475975,
            "stop": 932476463
        },
        {
            "start": 932476465,
            "stop": 932476853
        },
        {
            "start": 932476855,
            "stop": 932477255
        },
        {
            "start": 932477274,
            "stop": 932477783
        }
    ]
}