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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=177",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 178,
    "results": [
        {
            "start": 932457457,
            "stop": 932457615
        },
        {
            "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": 932458998
        },
        {
            "start": 932459000,
            "stop": 932460752
        },
        {
            "start": 932460757,
            "stop": 932460815
        },
        {
            "start": 932460817,
            "stop": 932461215
        },
        {
            "start": 932461575,
            "stop": 932463684
        },
        {
            "start": 932465416,
            "stop": 932466948
        },
        {
            "start": 932470756,
            "stop": 932471766
        },
        {
            "start": 932471769,
            "stop": 932471784
        },
        {
            "start": 932471786,
            "stop": 932472015
        },
        {
            "start": 932472375,
            "stop": 932473807
        },
        {
            "start": 932473809,
            "stop": 932474681
        },
        {
            "start": 932474683,
            "stop": 932475351
        },
        {
            "start": 932475354,
            "stop": 932475449
        }
    ]
}