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=3527
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=3528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3526",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3527,
    "results": [
        {
            "start": 871510954,
            "stop": 871511012
        },
        {
            "start": 871511041,
            "stop": 871511053
        },
        {
            "start": 871511071,
            "stop": 871511073
        },
        {
            "start": 871511101,
            "stop": 871511189
        },
        {
            "start": 871511213,
            "stop": 871511237
        },
        {
            "start": 871511264,
            "stop": 871511273
        },
        {
            "start": 871511290,
            "stop": 871511294
        },
        {
            "start": 871511313,
            "stop": 871511342
        },
        {
            "start": 871511375,
            "stop": 871511411
        },
        {
            "start": 871511428,
            "stop": 871511511
        },
        {
            "start": 871511528,
            "stop": 871511632
        },
        {
            "start": 871511649,
            "stop": 871511752
        },
        {
            "start": 871511769,
            "stop": 871511791
        },
        {
            "start": 871511835,
            "stop": 871511851
        },
        {
            "start": 871511875,
            "stop": 871511896
        },
        {
            "start": 871511913,
            "stop": 871511921
        },
        {
            "start": 871511939,
            "stop": 871511967
        },
        {
            "start": 871511984,
            "stop": 871512020
        },
        {
            "start": 871512039,
            "stop": 871512136
        },
        {
            "start": 871512153,
            "stop": 871512159
        }
    ]
}