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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=356",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 357,
    "results": [
        {
            "start": 818257056,
            "stop": 818257062
        },
        {
            "start": 818257066,
            "stop": 818257071
        },
        {
            "start": 818257074,
            "stop": 818257078
        },
        {
            "start": 818257081,
            "stop": 818257082
        },
        {
            "start": 818257099,
            "stop": 818257103
        },
        {
            "start": 818257109,
            "stop": 818257110
        },
        {
            "start": 818257161,
            "stop": 818257162
        },
        {
            "start": 818257179,
            "stop": 818257183
        },
        {
            "start": 818257191,
            "stop": 818257192
        },
        {
            "start": 818257209,
            "stop": 818257210
        },
        {
            "start": 818257217,
            "stop": 818257219
        },
        {
            "start": 818257232,
            "stop": 818257233
        },
        {
            "start": 818257236,
            "stop": 818257237
        },
        {
            "start": 818257245,
            "stop": 818257246
        },
        {
            "start": 818257259,
            "stop": 818257261
        },
        {
            "start": 818257264,
            "stop": 818257265
        },
        {
            "start": 818257275,
            "stop": 818257278
        },
        {
            "start": 818257290,
            "stop": 818257294
        },
        {
            "start": 818257301,
            "stop": 818257303
        },
        {
            "start": 818257312,
            "stop": 818257313
        }
    ]
}