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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=262",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 263,
    "results": [
        {
            "start": 863779401,
            "stop": 863790831
        },
        {
            "start": 863790941,
            "stop": 863791535
        },
        {
            "start": 863792694,
            "stop": 863793852
        },
        {
            "start": 863793911,
            "stop": 863802633
        },
        {
            "start": 863802808,
            "stop": 863812265
        },
        {
            "start": 863812335,
            "stop": 863813257
        },
        {
            "start": 863814427,
            "stop": 863814845
        },
        {
            "start": 863815100,
            "stop": 863817306
        },
        {
            "start": 863818677,
            "stop": 863819652
        },
        {
            "start": 863820433,
            "stop": 863833680
        },
        {
            "start": 863833762,
            "stop": 863854693
        },
        {
            "start": 863855691,
            "stop": 863872146
        },
        {
            "start": 863872395,
            "stop": 863872531
        },
        {
            "start": 863872801,
            "stop": 863875017
        },
        {
            "start": 863875174,
            "stop": 863876214
        },
        {
            "start": 863876294,
            "stop": 863877484
        },
        {
            "start": 863903542,
            "stop": 863904191
        },
        {
            "start": 863904843,
            "stop": 863907282
        },
        {
            "start": 863908074,
            "stop": 863909248
        },
        {
            "start": 863910509,
            "stop": 863913086
        }
    ]
}