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=3540
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=3541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3539",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3540,
    "results": [
        {
            "start": 871558471,
            "stop": 871558870
        },
        {
            "start": 871558887,
            "stop": 871558889
        },
        {
            "start": 871558906,
            "stop": 871558979
        },
        {
            "start": 871558997,
            "stop": 871559086
        },
        {
            "start": 871559103,
            "stop": 871559236
        },
        {
            "start": 871559253,
            "stop": 871559346
        },
        {
            "start": 871559377,
            "stop": 871559493
        },
        {
            "start": 871559529,
            "stop": 871559558
        },
        {
            "start": 871559575,
            "stop": 871559593
        },
        {
            "start": 871559610,
            "stop": 871559642
        },
        {
            "start": 871559662,
            "stop": 871559698
        },
        {
            "start": 871559739,
            "stop": 871559762
        },
        {
            "start": 871559779,
            "stop": 871559781
        },
        {
            "start": 871559807,
            "stop": 871559810
        },
        {
            "start": 871559842,
            "stop": 871559874
        },
        {
            "start": 871559936,
            "stop": 871559969
        },
        {
            "start": 871560003,
            "stop": 871560109
        },
        {
            "start": 871560126,
            "stop": 871560156
        },
        {
            "start": 871560173,
            "stop": 871560178
        },
        {
            "start": 871560198,
            "stop": 871560224
        }
    ]
}