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=2080
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=2081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2079",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2080,
    "results": [
        {
            "start": 870963506,
            "stop": 870976589
        },
        {
            "start": 870976609,
            "stop": 870976644
        },
        {
            "start": 870976678,
            "stop": 870976773
        },
        {
            "start": 870976792,
            "stop": 870976878
        },
        {
            "start": 870976897,
            "stop": 870976900
        },
        {
            "start": 870976919,
            "stop": 870976940
        },
        {
            "start": 870976959,
            "stop": 870978413
        },
        {
            "start": 870978450,
            "stop": 870983652
        },
        {
            "start": 870983669,
            "stop": 870983712
        },
        {
            "start": 870983729,
            "stop": 870983730
        },
        {
            "start": 870983754,
            "stop": 870985958
        },
        {
            "start": 870987294,
            "stop": 870987326
        },
        {
            "start": 870987356,
            "stop": 870987883
        },
        {
            "start": 870987900,
            "stop": 870987903
        },
        {
            "start": 870987937,
            "stop": 870990268
        },
        {
            "start": 870990591,
            "stop": 870993639
        },
        {
            "start": 870993958,
            "stop": 871009500
        },
        {
            "start": 871009519,
            "stop": 871014432
        },
        {
            "start": 871014548,
            "stop": 871028051
        },
        {
            "start": 871028069,
            "stop": 871028638
        }
    ]
}