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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=272",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 273,
    "results": [
        {
            "start": 821687132,
            "stop": 821687138
        },
        {
            "start": 821687142,
            "stop": 821687146
        },
        {
            "start": 821687149,
            "stop": 821687163
        },
        {
            "start": 821687166,
            "stop": 821687168
        },
        {
            "start": 821687171,
            "stop": 821687184
        },
        {
            "start": 821687187,
            "stop": 821687188
        },
        {
            "start": 821687191,
            "stop": 821687192
        },
        {
            "start": 821687195,
            "stop": 821687197
        },
        {
            "start": 821687201,
            "stop": 821687203
        },
        {
            "start": 821687206,
            "stop": 821687216
        },
        {
            "start": 821687219,
            "stop": 821687226
        },
        {
            "start": 821687232,
            "stop": 821687238
        },
        {
            "start": 821687241,
            "stop": 821687250
        },
        {
            "start": 821687253,
            "stop": 821687256
        },
        {
            "start": 821687259,
            "stop": 821687262
        },
        {
            "start": 821687271,
            "stop": 821687276
        },
        {
            "start": 821687283,
            "stop": 821687295
        },
        {
            "start": 821687298,
            "stop": 821687300
        },
        {
            "start": 821687303,
            "stop": 821687315
        },
        {
            "start": 821687318,
            "stop": 821687339
        }
    ]
}