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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3697",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3698,
    "results": [
        {
            "start": 873200557,
            "stop": 873201464
        },
        {
            "start": 873201491,
            "stop": 873201757
        },
        {
            "start": 873201776,
            "stop": 873201842
        },
        {
            "start": 873201863,
            "stop": 873201938
        },
        {
            "start": 873201962,
            "stop": 873201963
        },
        {
            "start": 873201995,
            "stop": 873202050
        },
        {
            "start": 873202086,
            "stop": 873202381
        },
        {
            "start": 873202398,
            "stop": 873202413
        },
        {
            "start": 873202430,
            "stop": 873202449
        },
        {
            "start": 873202468,
            "stop": 873202528
        },
        {
            "start": 873202545,
            "stop": 873202600
        },
        {
            "start": 873202617,
            "stop": 873202653
        },
        {
            "start": 873202671,
            "stop": 873202962
        },
        {
            "start": 873202979,
            "stop": 873203090
        },
        {
            "start": 873203146,
            "stop": 873203256
        },
        {
            "start": 873203273,
            "stop": 873203319
        },
        {
            "start": 873203336,
            "stop": 873203343
        },
        {
            "start": 873203360,
            "stop": 873203528
        },
        {
            "start": 873203545,
            "stop": 873203610
        },
        {
            "start": 873203627,
            "stop": 873203717
        }
    ]
}