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=8027
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=8028",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8026",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8027,
    "results": [
        {
            "start": 970408139,
            "stop": 970408162
        },
        {
            "start": 970408167,
            "stop": 970408174
        },
        {
            "start": 970408177,
            "stop": 970408189
        },
        {
            "start": 970408192,
            "stop": 970408200
        },
        {
            "start": 970408204,
            "stop": 970408211
        },
        {
            "start": 970408228,
            "stop": 970408244
        },
        {
            "start": 970408247,
            "stop": 970408255
        },
        {
            "start": 970408258,
            "stop": 970408267
        },
        {
            "start": 970408270,
            "stop": 970408293
        },
        {
            "start": 970408296,
            "stop": 970408330
        },
        {
            "start": 970408335,
            "stop": 970408367
        },
        {
            "start": 970408371,
            "stop": 970408374
        },
        {
            "start": 970408377,
            "stop": 970408407
        },
        {
            "start": 970408410,
            "stop": 970408411
        },
        {
            "start": 970408415,
            "stop": 970408428
        },
        {
            "start": 970408434,
            "stop": 970408450
        },
        {
            "start": 970408472,
            "stop": 970408474
        },
        {
            "start": 970408487,
            "stop": 970408508
        },
        {
            "start": 970408514,
            "stop": 970408535
        },
        {
            "start": 970408538,
            "stop": 970408539
        }
    ]
}