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=8885
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=8886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8884",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8885,
    "results": [
        {
            "start": 873221538,
            "stop": 873221629
        },
        {
            "start": 873221648,
            "stop": 873221721
        },
        {
            "start": 873221755,
            "stop": 873221899
        },
        {
            "start": 873221939,
            "stop": 873221941
        },
        {
            "start": 873221982,
            "stop": 873222110
        },
        {
            "start": 873222138,
            "stop": 873222155
        },
        {
            "start": 873222191,
            "stop": 873222272
        },
        {
            "start": 873222289,
            "stop": 873222489
        },
        {
            "start": 873222509,
            "stop": 873222637
        },
        {
            "start": 873222672,
            "stop": 873222874
        },
        {
            "start": 873222898,
            "stop": 873222904
        },
        {
            "start": 873222924,
            "stop": 873222997
        },
        {
            "start": 873223019,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873223129
        },
        {
            "start": 873223147,
            "stop": 873223393
        },
        {
            "start": 873223451,
            "stop": 873223491
        },
        {
            "start": 873223510,
            "stop": 873223560
        },
        {
            "start": 873223579,
            "stop": 873223639
        },
        {
            "start": 873223659,
            "stop": 873223854
        },
        {
            "start": 873223874,
            "stop": 873223949
        }
    ]
}