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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=52",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 53,
    "results": [
        {
            "start": 817524706,
            "stop": 817530833
        },
        {
            "start": 817530836,
            "stop": 817538599
        },
        {
            "start": 817538602,
            "stop": 817542035
        },
        {
            "start": 817542038,
            "stop": 817542082
        },
        {
            "start": 817542085,
            "stop": 817542111
        },
        {
            "start": 817542114,
            "stop": 817542162
        },
        {
            "start": 817542170,
            "stop": 817542187
        },
        {
            "start": 817543022,
            "stop": 817543433
        },
        {
            "start": 817543436,
            "stop": 817543747
        },
        {
            "start": 817543750,
            "stop": 817547687
        },
        {
            "start": 817547691,
            "stop": 817548250
        },
        {
            "start": 817548253,
            "stop": 817552564
        },
        {
            "start": 817552567,
            "stop": 817552568
        },
        {
            "start": 817552571,
            "stop": 817552585
        },
        {
            "start": 817552591,
            "stop": 817552596
        },
        {
            "start": 817552606,
            "stop": 817552608
        },
        {
            "start": 817552611,
            "stop": 817552617
        },
        {
            "start": 817552620,
            "stop": 817552622
        },
        {
            "start": 817552626,
            "stop": 817552627
        },
        {
            "start": 817553384,
            "stop": 817555319
        }
    ]
}