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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=145",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 146,
    "results": [
        {
            "start": 826081654,
            "stop": 826081671
        },
        {
            "start": 826081673,
            "stop": 826081677
        },
        {
            "start": 826081679,
            "stop": 826081692
        },
        {
            "start": 826081694,
            "stop": 826081716
        },
        {
            "start": 826081718,
            "stop": 826081720
        },
        {
            "start": 826081722,
            "stop": 826081750
        },
        {
            "start": 826081752,
            "stop": 826081809
        },
        {
            "start": 826081811,
            "stop": 826081855
        },
        {
            "start": 826081857,
            "stop": 826083568
        },
        {
            "start": 826083868,
            "stop": 826085022
        },
        {
            "start": 826085028,
            "stop": 826085032
        },
        {
            "start": 826085050,
            "stop": 826085057
        },
        {
            "start": 826085063,
            "stop": 826085075
        },
        {
            "start": 826085080,
            "stop": 826085092
        },
        {
            "start": 826085098,
            "stop": 826092450
        },
        {
            "start": 826092610,
            "stop": 826092662
        },
        {
            "start": 826092962,
            "stop": 826093659
        },
        {
            "start": 826093769,
            "stop": 826093901
        },
        {
            "start": 826094201,
            "stop": 826111499
        },
        {
            "start": 826111501,
            "stop": 826111613
        }
    ]
}