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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=154",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 155,
    "results": [
        {
            "start": 826565398,
            "stop": 826565459
        },
        {
            "start": 826565461,
            "stop": 826567130
        },
        {
            "start": 826567135,
            "stop": 826568831
        },
        {
            "start": 826568944,
            "stop": 826569539
        },
        {
            "start": 826569649,
            "stop": 826569713
        },
        {
            "start": 826570013,
            "stop": 826570706
        },
        {
            "start": 826570816,
            "stop": 826571242
        },
        {
            "start": 826571244,
            "stop": 826571384
        },
        {
            "start": 826571386,
            "stop": 826571407
        },
        {
            "start": 826571413,
            "stop": 826571427
        },
        {
            "start": 826571433,
            "stop": 826571450
        },
        {
            "start": 826571455,
            "stop": 826571508
        },
        {
            "start": 826571701,
            "stop": 826571924
        },
        {
            "start": 826571926,
            "stop": 826571935
        },
        {
            "start": 826571938,
            "stop": 826572013
        },
        {
            "start": 826572313,
            "stop": 826573648
        },
        {
            "start": 826573948,
            "stop": 826574350
        },
        {
            "start": 826574353,
            "stop": 826575106
        },
        {
            "start": 826575108,
            "stop": 826575444
        },
        {
            "start": 826575446,
            "stop": 826576270
        }
    ]
}