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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14642",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14640",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14641,
    "results": [
        {
            "start": 971165186,
            "stop": 971165187
        },
        {
            "start": 971165192,
            "stop": 971165194
        },
        {
            "start": 971165196,
            "stop": 971165197
        },
        {
            "start": 971165198,
            "stop": 971165200
        },
        {
            "start": 971165205,
            "stop": 971165206
        },
        {
            "start": 971165211,
            "stop": 971165212
        },
        {
            "start": 971165214,
            "stop": 971165215
        },
        {
            "start": 971165216,
            "stop": 971165217
        },
        {
            "start": 971165219,
            "stop": 971165221
        },
        {
            "start": 971165223,
            "stop": 971165228
        },
        {
            "start": 971165232,
            "stop": 971165233
        },
        {
            "start": 971165236,
            "stop": 971165240
        },
        {
            "start": 971165242,
            "stop": 971165250
        },
        {
            "start": 971165259,
            "stop": 971165262
        },
        {
            "start": 971165265,
            "stop": 971165267
        },
        {
            "start": 971165268,
            "stop": 971165271
        },
        {
            "start": 971165274,
            "stop": 971165275
        },
        {
            "start": 971165276,
            "stop": 971165279
        },
        {
            "start": 971165282,
            "stop": 971165285
        },
        {
            "start": 971165287,
            "stop": 971165288
        }
    ]
}