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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=216",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 217,
    "results": [
        {
            "start": 818214164,
            "stop": 818214165
        },
        {
            "start": 818214186,
            "stop": 818214191
        },
        {
            "start": 818214194,
            "stop": 818214195
        },
        {
            "start": 818214202,
            "stop": 818214204
        },
        {
            "start": 818214210,
            "stop": 818214211
        },
        {
            "start": 818214223,
            "stop": 818214225
        },
        {
            "start": 818214232,
            "stop": 818214233
        },
        {
            "start": 818214242,
            "stop": 818214248
        },
        {
            "start": 818214260,
            "stop": 818214261
        },
        {
            "start": 818214264,
            "stop": 818214266
        },
        {
            "start": 818214269,
            "stop": 818214272
        },
        {
            "start": 818214286,
            "stop": 818214288
        },
        {
            "start": 818214298,
            "stop": 818214300
        },
        {
            "start": 818214304,
            "stop": 818214308
        },
        {
            "start": 818214328,
            "stop": 818214329
        },
        {
            "start": 818214343,
            "stop": 818214344
        },
        {
            "start": 818214364,
            "stop": 818214365
        },
        {
            "start": 818214368,
            "stop": 818214373
        },
        {
            "start": 818214387,
            "stop": 818214389
        },
        {
            "start": 818214397,
            "stop": 818214406
        }
    ]
}