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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=93",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 94,
    "results": [
        {
            "start": 931575033,
            "stop": 931575035
        },
        {
            "start": 931575075,
            "stop": 931575078
        },
        {
            "start": 931575096,
            "stop": 931575138
        },
        {
            "start": 931575156,
            "stop": 931575181
        },
        {
            "start": 931575207,
            "stop": 931575210
        },
        {
            "start": 931576945,
            "stop": 931577470
        },
        {
            "start": 931577493,
            "stop": 931577527
        },
        {
            "start": 931582611,
            "stop": 931582815
        },
        {
            "start": 931583175,
            "stop": 931583933
        },
        {
            "start": 931583935,
            "stop": 931585343
        },
        {
            "start": 931585345,
            "stop": 931586137
        },
        {
            "start": 931586139,
            "stop": 931586415
        },
        {
            "start": 931586775,
            "stop": 931586873
        },
        {
            "start": 931586876,
            "stop": 931586908
        },
        {
            "start": 931587429,
            "stop": 931587714
        },
        {
            "start": 931587716,
            "stop": 931587968
        },
        {
            "start": 931587971,
            "stop": 931588057
        },
        {
            "start": 931588061,
            "stop": 931588162
        },
        {
            "start": 931588165,
            "stop": 931588192
        },
        {
            "start": 931588195,
            "stop": 931588207
        }
    ]
}