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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7559",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7557",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7558,
    "results": [
        {
            "start": 970423845,
            "stop": 970423855
        },
        {
            "start": 970423861,
            "stop": 970423930
        },
        {
            "start": 970423933,
            "stop": 970423976
        },
        {
            "start": 970423979,
            "stop": 970424006
        },
        {
            "start": 970424009,
            "stop": 970424087
        },
        {
            "start": 970424090,
            "stop": 970424112
        },
        {
            "start": 970424122,
            "stop": 970424123
        },
        {
            "start": 970424126,
            "stop": 970424128
        },
        {
            "start": 970424131,
            "stop": 970424203
        },
        {
            "start": 970424206,
            "stop": 970424215
        },
        {
            "start": 970424218,
            "stop": 970424227
        },
        {
            "start": 970424230,
            "stop": 970424236
        },
        {
            "start": 970424476,
            "stop": 970424503
        },
        {
            "start": 970424506,
            "stop": 970424513
        },
        {
            "start": 970424516,
            "stop": 970424587
        },
        {
            "start": 970424590,
            "stop": 970424591
        },
        {
            "start": 970424597,
            "stop": 970424611
        },
        {
            "start": 970424614,
            "stop": 970424706
        },
        {
            "start": 970424709,
            "stop": 970424729
        },
        {
            "start": 970424732,
            "stop": 970424741
        }
    ]
}