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=3526
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=3527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3525",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3526,
    "results": [
        {
            "start": 871509190,
            "stop": 871509577
        },
        {
            "start": 871509594,
            "stop": 871509654
        },
        {
            "start": 871509682,
            "stop": 871509718
        },
        {
            "start": 871509744,
            "stop": 871509748
        },
        {
            "start": 871509794,
            "stop": 871509810
        },
        {
            "start": 871509827,
            "stop": 871509830
        },
        {
            "start": 871509847,
            "stop": 871509858
        },
        {
            "start": 871509875,
            "stop": 871509884
        },
        {
            "start": 871509901,
            "stop": 871509914
        },
        {
            "start": 871509931,
            "stop": 871509958
        },
        {
            "start": 871509975,
            "stop": 871510027
        },
        {
            "start": 871510055,
            "stop": 871510144
        },
        {
            "start": 871510162,
            "stop": 871510197
        },
        {
            "start": 871510214,
            "stop": 871510301
        },
        {
            "start": 871510318,
            "stop": 871510415
        },
        {
            "start": 871510432,
            "stop": 871510455
        },
        {
            "start": 871510487,
            "stop": 871510644
        },
        {
            "start": 871510661,
            "stop": 871510853
        },
        {
            "start": 871510878,
            "stop": 871510883
        },
        {
            "start": 871510922,
            "stop": 871510928
        }
    ]
}