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=495
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=496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=494",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 495,
    "results": [
        {
            "start": 826770072,
            "stop": 826770305
        },
        {
            "start": 826770338,
            "stop": 826770372
        },
        {
            "start": 826770391,
            "stop": 826771080
        },
        {
            "start": 826771097,
            "stop": 826781183
        },
        {
            "start": 826781200,
            "stop": 826786179
        },
        {
            "start": 826786196,
            "stop": 826788193
        },
        {
            "start": 826788202,
            "stop": 826789880
        },
        {
            "start": 826789897,
            "stop": 826792911
        },
        {
            "start": 826792928,
            "stop": 826801314
        },
        {
            "start": 826801335,
            "stop": 826801395
        },
        {
            "start": 826801695,
            "stop": 826802964
        },
        {
            "start": 826802985,
            "stop": 826802994
        },
        {
            "start": 826803013,
            "stop": 826803102
        },
        {
            "start": 826803121,
            "stop": 826803401
        },
        {
            "start": 826803420,
            "stop": 826804228
        },
        {
            "start": 826804354,
            "stop": 826805043
        },
        {
            "start": 826805343,
            "stop": 826806669
        },
        {
            "start": 826806686,
            "stop": 826806764
        },
        {
            "start": 826806785,
            "stop": 826806980
        },
        {
            "start": 826806997,
            "stop": 826807144
        }
    ]
}