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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2180",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2181,
    "results": [
        {
            "start": 872461921,
            "stop": 872461935
        },
        {
            "start": 872462006,
            "stop": 872462025
        },
        {
            "start": 872462063,
            "stop": 872462072
        },
        {
            "start": 872462091,
            "stop": 872462118
        },
        {
            "start": 872462137,
            "stop": 872462198
        },
        {
            "start": 872462217,
            "stop": 872462258
        },
        {
            "start": 872462277,
            "stop": 872462344
        },
        {
            "start": 872462466,
            "stop": 872462475
        },
        {
            "start": 872462504,
            "stop": 872462512
        },
        {
            "start": 872462542,
            "stop": 872462563
        },
        {
            "start": 872462582,
            "stop": 872462677
        },
        {
            "start": 872462696,
            "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
        }
    ]
}