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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9956",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9957,
    "results": [
        {
            "start": 871684149,
            "stop": 871684588
        },
        {
            "start": 871684595,
            "stop": 871684620
        },
        {
            "start": 871684680,
            "stop": 871684740
        },
        {
            "start": 871684920,
            "stop": 871684983
        },
        {
            "start": 871684990,
            "stop": 871685000
        },
        {
            "start": 871685007,
            "stop": 871685037
        },
        {
            "start": 871685520,
            "stop": 871685522
        },
        {
            "start": 871697278,
            "stop": 871697474
        },
        {
            "start": 871697510,
            "stop": 871697718
        },
        {
            "start": 871697726,
            "stop": 871700031
        },
        {
            "start": 871700860,
            "stop": 871709450
        },
        {
            "start": 871709457,
            "stop": 871716958
        },
        {
            "start": 871717648,
            "stop": 871719090
        },
        {
            "start": 871721034,
            "stop": 871725436
        },
        {
            "start": 871725453,
            "stop": 871725487
        },
        {
            "start": 871725504,
            "stop": 871725572
        },
        {
            "start": 871725579,
            "stop": 871726769
        },
        {
            "start": 871726889,
            "stop": 871732804
        },
        {
            "start": 871732840,
            "stop": 871732875
        },
        {
            "start": 871732922,
            "stop": 871732970
        }
    ]
}