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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8800",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8801,
    "results": [
        {
            "start": 872461264,
            "stop": 872461267
        },
        {
            "start": 872461286,
            "stop": 872461321
        },
        {
            "start": 872461347,
            "stop": 872461408
        },
        {
            "start": 872461430,
            "stop": 872461560
        },
        {
            "start": 872461680,
            "stop": 872461696
        },
        {
            "start": 872462466,
            "stop": 872462475
        },
        {
            "start": 872462504,
            "stop": 872462512
        },
        {
            "start": 872462700,
            "stop": 872462701
        },
        {
            "start": 872462720,
            "stop": 872462798
        },
        {
            "start": 872462827,
            "stop": 872462920
        },
        {
            "start": 872462939,
            "stop": 872462951
        },
        {
            "start": 872462970,
            "stop": 872462977
        },
        {
            "start": 872462996,
            "stop": 872463020
        },
        {
            "start": 872463039,
            "stop": 872463040
        },
        {
            "start": 872463059,
            "stop": 872463171
        },
        {
            "start": 872463192,
            "stop": 872463214
        },
        {
            "start": 872463365,
            "stop": 872463418
        },
        {
            "start": 872463438,
            "stop": 872463449
        },
        {
            "start": 872463476,
            "stop": 872463485
        },
        {
            "start": 872463515,
            "stop": 872463851
        }
    ]
}