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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4656",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4657,
    "results": [
        {
            "start": 874286267,
            "stop": 874286303
        },
        {
            "start": 874286364,
            "stop": 874286379
        },
        {
            "start": 874286428,
            "stop": 874286436
        },
        {
            "start": 874286470,
            "stop": 874286484
        },
        {
            "start": 874286508,
            "stop": 874286532
        },
        {
            "start": 874286568,
            "stop": 874286571
        },
        {
            "start": 874286605,
            "stop": 874286638
        },
        {
            "start": 874286657,
            "stop": 874286683
        },
        {
            "start": 874286706,
            "stop": 874286721
        },
        {
            "start": 874286741,
            "stop": 874286761
        },
        {
            "start": 874286780,
            "stop": 874286809
        },
        {
            "start": 874286828,
            "stop": 874286833
        },
        {
            "start": 874286853,
            "stop": 874286896
        },
        {
            "start": 874286930,
            "stop": 874286966
        },
        {
            "start": 874286985,
            "stop": 874287034
        },
        {
            "start": 874287056,
            "stop": 874287130
        },
        {
            "start": 874287149,
            "stop": 874287271
        },
        {
            "start": 874287291,
            "stop": 874287331
        },
        {
            "start": 874287350,
            "stop": 874287503
        },
        {
            "start": 874287524,
            "stop": 874287606
        }
    ]
}