Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=35",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 36,
    "results": [
        {
            "start": 822316822,
            "stop": 822318587
        },
        {
            "start": 822318720,
            "stop": 822320076
        },
        {
            "start": 822320426,
            "stop": 822320575
        },
        {
            "start": 822321592,
            "stop": 822323952
        },
        {
            "start": 822324034,
            "stop": 822326344
        },
        {
            "start": 822329687,
            "stop": 822332353
        },
        {
            "start": 822332533,
            "stop": 822333229
        },
        {
            "start": 822334133,
            "stop": 822335880
        },
        {
            "start": 822335980,
            "stop": 822336003
        },
        {
            "start": 822346366,
            "stop": 822348214
        },
        {
            "start": 822349200,
            "stop": 822349653
        },
        {
            "start": 822350223,
            "stop": 822350243
        },
        {
            "start": 822350827,
            "stop": 822350852
        },
        {
            "start": 822351806,
            "stop": 822381746
        },
        {
            "start": 822381954,
            "stop": 822382383
        },
        {
            "start": 822382495,
            "stop": 822385425
        },
        {
            "start": 822385708,
            "stop": 822387068
        },
        {
            "start": 822387627,
            "stop": 822387687
        },
        {
            "start": 822388342,
            "stop": 822398057
        },
        {
            "start": 822398136,
            "stop": 822400160
        }
    ]
}