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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=221",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 222,
    "results": [
        {
            "start": 817767079,
            "stop": 817767127
        },
        {
            "start": 817767243,
            "stop": 817767253
        },
        {
            "start": 817767275,
            "stop": 817767345
        },
        {
            "start": 817767375,
            "stop": 817767449
        },
        {
            "start": 817767478,
            "stop": 817767581
        },
        {
            "start": 817767661,
            "stop": 817767675
        },
        {
            "start": 817767746,
            "stop": 817767751
        },
        {
            "start": 817767781,
            "stop": 817767788
        },
        {
            "start": 817767866,
            "stop": 817767952
        },
        {
            "start": 817767971,
            "stop": 817768050
        },
        {
            "start": 817768105,
            "stop": 817768110
        },
        {
            "start": 817768158,
            "stop": 817768159
        },
        {
            "start": 817768210,
            "stop": 817768292
        },
        {
            "start": 817768358,
            "stop": 817768388
        },
        {
            "start": 817768409,
            "stop": 817768444
        },
        {
            "start": 817768618,
            "stop": 817768651
        },
        {
            "start": 817768731,
            "stop": 817768739
        },
        {
            "start": 817768800,
            "stop": 817768811
        },
        {
            "start": 817768835,
            "stop": 817768848
        },
        {
            "start": 817768887,
            "stop": 817768898
        }
    ]
}