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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=133",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 134,
    "results": [
        {
            "start": 825943169,
            "stop": 825943170
        },
        {
            "start": 825943172,
            "stop": 825943175
        },
        {
            "start": 825943181,
            "stop": 825943194
        },
        {
            "start": 825943198,
            "stop": 825943199
        },
        {
            "start": 825943203,
            "stop": 825943206
        },
        {
            "start": 825943208,
            "stop": 825943214
        },
        {
            "start": 825943216,
            "stop": 825943218
        },
        {
            "start": 825943220,
            "stop": 825943225
        },
        {
            "start": 825943227,
            "stop": 825943229
        },
        {
            "start": 825943231,
            "stop": 825943233
        },
        {
            "start": 825943238,
            "stop": 825943243
        },
        {
            "start": 825943245,
            "stop": 825943249
        },
        {
            "start": 825943251,
            "stop": 825943258
        },
        {
            "start": 825943260,
            "stop": 825943264
        },
        {
            "start": 825943266,
            "stop": 825943274
        },
        {
            "start": 825943278,
            "stop": 825943284
        },
        {
            "start": 825943286,
            "stop": 825943288
        },
        {
            "start": 825943292,
            "stop": 825943299
        },
        {
            "start": 825943301,
            "stop": 825943306
        },
        {
            "start": 825943309,
            "stop": 825943317
        }
    ]
}