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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=106",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 107,
    "results": [
        {
            "start": 818377754,
            "stop": 818377755
        },
        {
            "start": 818377875,
            "stop": 818377890
        },
        {
            "start": 818378029,
            "stop": 818380519
        },
        {
            "start": 818380536,
            "stop": 818383600
        },
        {
            "start": 818383720,
            "stop": 818385535
        },
        {
            "start": 818385655,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818392410
        },
        {
            "start": 818392530,
            "stop": 818395482
        },
        {
            "start": 818395499,
            "stop": 818395623
        },
        {
            "start": 818395640,
            "stop": 818395675
        },
        {
            "start": 818395795,
            "stop": 818407289
        },
        {
            "start": 818409295,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818425997
        },
        {
            "start": 818426015,
            "stop": 818426424
        },
        {
            "start": 818428397,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818435160
        },
        {
            "start": 818435220,
            "stop": 818435583
        },
        {
            "start": 818435703,
            "stop": 818437139
        }
    ]
}