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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=328",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 329,
    "results": [
        {
            "start": 938703069,
            "stop": 938703077
        },
        {
            "start": 938703081,
            "stop": 938703082
        },
        {
            "start": 938703085,
            "stop": 938703091
        },
        {
            "start": 938703112,
            "stop": 938703148
        },
        {
            "start": 938703153,
            "stop": 938703205
        },
        {
            "start": 938703211,
            "stop": 938703216
        },
        {
            "start": 938703222,
            "stop": 938703237
        },
        {
            "start": 938703240,
            "stop": 938703325
        },
        {
            "start": 938703329,
            "stop": 938703350
        },
        {
            "start": 938703353,
            "stop": 938703387
        },
        {
            "start": 938703391,
            "stop": 938703410
        },
        {
            "start": 938703418,
            "stop": 938703419
        },
        {
            "start": 938703423,
            "stop": 938703455
        },
        {
            "start": 938752801,
            "stop": 938752833
        },
        {
            "start": 938752838,
            "stop": 938752966
        },
        {
            "start": 938752969,
            "stop": 938753015
        },
        {
            "start": 938753075,
            "stop": 938753125
        },
        {
            "start": 938753130,
            "stop": 938753274
        },
        {
            "start": 938753276,
            "stop": 938753360
        },
        {
            "start": 938753368,
            "stop": 938753375
        }
    ]
}