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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1845",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1846,
    "results": [
        {
            "start": 843868833,
            "stop": 843868838
        },
        {
            "start": 843868840,
            "stop": 843868842
        },
        {
            "start": 843868846,
            "stop": 843868852
        },
        {
            "start": 843868854,
            "stop": 843868863
        },
        {
            "start": 843868866,
            "stop": 843868871
        },
        {
            "start": 843868880,
            "stop": 843868887
        },
        {
            "start": 843868889,
            "stop": 843868893
        },
        {
            "start": 843868895,
            "stop": 843868899
        },
        {
            "start": 843868901,
            "stop": 843868903
        },
        {
            "start": 843868907,
            "stop": 843868911
        },
        {
            "start": 843868916,
            "stop": 843868939
        },
        {
            "start": 843868941,
            "stop": 843868948
        },
        {
            "start": 843868950,
            "stop": 843868977
        },
        {
            "start": 843868979,
            "stop": 843868993
        },
        {
            "start": 843868995,
            "stop": 843869022
        },
        {
            "start": 843869024,
            "stop": 843869051
        },
        {
            "start": 843869053,
            "stop": 843869073
        },
        {
            "start": 843869075,
            "stop": 843869090
        },
        {
            "start": 843869092,
            "stop": 843869093
        },
        {
            "start": 843869095,
            "stop": 843869169
        }
    ]
}