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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=318",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 319,
    "results": [
        {
            "start": 818247150,
            "stop": 818247156
        },
        {
            "start": 818247172,
            "stop": 818247176
        },
        {
            "start": 818247179,
            "stop": 818247181
        },
        {
            "start": 818247184,
            "stop": 818247185
        },
        {
            "start": 818247190,
            "stop": 818247191
        },
        {
            "start": 818247197,
            "stop": 818247200
        },
        {
            "start": 818247204,
            "stop": 818247210
        },
        {
            "start": 818247218,
            "stop": 818247227
        },
        {
            "start": 818247230,
            "stop": 818247234
        },
        {
            "start": 818247237,
            "stop": 818247246
        },
        {
            "start": 818247256,
            "stop": 818247258
        },
        {
            "start": 818247265,
            "stop": 818247272
        },
        {
            "start": 818247275,
            "stop": 818247278
        },
        {
            "start": 818247281,
            "stop": 818247285
        },
        {
            "start": 818247288,
            "stop": 818247290
        },
        {
            "start": 818247293,
            "stop": 818247295
        },
        {
            "start": 818247300,
            "stop": 818247301
        },
        {
            "start": 818247306,
            "stop": 818247307
        },
        {
            "start": 818247311,
            "stop": 818247312
        },
        {
            "start": 818247318,
            "stop": 818247323
        }
    ]
}