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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8287",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8288,
    "results": [
        {
            "start": 874029333,
            "stop": 874030373
        },
        {
            "start": 874030393,
            "stop": 874030613
        },
        {
            "start": 874030632,
            "stop": 874030740
        },
        {
            "start": 874030800,
            "stop": 874031062
        },
        {
            "start": 874031079,
            "stop": 874031100
        },
        {
            "start": 874032107,
            "stop": 874033214
        },
        {
            "start": 874033231,
            "stop": 874033792
        },
        {
            "start": 874033809,
            "stop": 874033948
        },
        {
            "start": 874033965,
            "stop": 874035277
        },
        {
            "start": 874035306,
            "stop": 874035434
        },
        {
            "start": 874035453,
            "stop": 874035511
        },
        {
            "start": 874035536,
            "stop": 874035553
        },
        {
            "start": 874035572,
            "stop": 874035576
        },
        {
            "start": 874035595,
            "stop": 874035598
        },
        {
            "start": 874035617,
            "stop": 874035746
        },
        {
            "start": 874035768,
            "stop": 874035800
        },
        {
            "start": 874035819,
            "stop": 874035823
        },
        {
            "start": 874035909,
            "stop": 874035945
        },
        {
            "start": 874035964,
            "stop": 874035971
        },
        {
            "start": 874036038,
            "stop": 874036041
        }
    ]
}