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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=240",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 241,
    "results": [
        {
            "start": 934248646,
            "stop": 934248929
        },
        {
            "start": 934248989,
            "stop": 934249109
        },
        {
            "start": 934249169,
            "stop": 934249289
        },
        {
            "start": 934249349,
            "stop": 934249469
        },
        {
            "start": 934249709,
            "stop": 934249850
        },
        {
            "start": 934249856,
            "stop": 934249949
        },
        {
            "start": 934250069,
            "stop": 934250112
        },
        {
            "start": 934250117,
            "stop": 934250129
        },
        {
            "start": 934257869,
            "stop": 934257989
        },
        {
            "start": 934258049,
            "stop": 934258349
        },
        {
            "start": 934258409,
            "stop": 934258529
        },
        {
            "start": 934258589,
            "stop": 934258639
        },
        {
            "start": 934258642,
            "stop": 934258889
        },
        {
            "start": 934258949,
            "stop": 934259609
        },
        {
            "start": 934259729,
            "stop": 934260045
        },
        {
            "start": 934260048,
            "stop": 934260056
        },
        {
            "start": 934260058,
            "stop": 934260061
        },
        {
            "start": 934260063,
            "stop": 934260569
        },
        {
            "start": 934260629,
            "stop": 934260749
        },
        {
            "start": 934260869,
            "stop": 934261215
        }
    ]
}