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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=143",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 144,
    "results": [
        {
            "start": 819243480,
            "stop": 819243719
        },
        {
            "start": 819243780,
            "stop": 819247201
        },
        {
            "start": 819247321,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819252803
        },
        {
            "start": 819252806,
            "stop": 819252809
        },
        {
            "start": 819252812,
            "stop": 819253031
        },
        {
            "start": 819253035,
            "stop": 819253353
        },
        {
            "start": 819253370,
            "stop": 819253573
        },
        {
            "start": 819253576,
            "stop": 819254204
        },
        {
            "start": 819254207,
            "stop": 819254700
        },
        {
            "start": 819254703,
            "stop": 819255072
        },
        {
            "start": 819255075,
            "stop": 819255119
        },
        {
            "start": 819255122,
            "stop": 819255145
        },
        {
            "start": 819255148,
            "stop": 819256110
        },
        {
            "start": 819256114,
            "stop": 819256498
        },
        {
            "start": 819256501,
            "stop": 819256893
        },
        {
            "start": 819257013,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819259620
        },
        {
            "start": 819259623,
            "stop": 819262543
        },
        {
            "start": 819262560,
            "stop": 819264434
        }
    ]
}