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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=732",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 733,
    "results": [
        {
            "start": 830498919,
            "stop": 830499004
        },
        {
            "start": 830499023,
            "stop": 830499030
        },
        {
            "start": 830499074,
            "stop": 830499077
        },
        {
            "start": 830499096,
            "stop": 830499097
        },
        {
            "start": 830499116,
            "stop": 830499152
        },
        {
            "start": 830499192,
            "stop": 830499239
        },
        {
            "start": 830499258,
            "stop": 830499260
        },
        {
            "start": 830499315,
            "stop": 830499339
        },
        {
            "start": 830499358,
            "stop": 830499447
        },
        {
            "start": 830499466,
            "stop": 830499497
        },
        {
            "start": 830499516,
            "stop": 830499537
        },
        {
            "start": 830499556,
            "stop": 830499623
        },
        {
            "start": 830499642,
            "stop": 830499676
        },
        {
            "start": 830499680,
            "stop": 830499683
        },
        {
            "start": 830499731,
            "stop": 830499750
        },
        {
            "start": 830499799,
            "stop": 830499802
        },
        {
            "start": 830499843,
            "stop": 830499849
        },
        {
            "start": 830499894,
            "stop": 830499901
        },
        {
            "start": 830499951,
            "stop": 830499984
        },
        {
            "start": 830500003,
            "stop": 830500035
        }
    ]
}