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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=210",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 211,
    "results": [
        {
            "start": 934088620,
            "stop": 934089349
        },
        {
            "start": 934089351,
            "stop": 934089673
        },
        {
            "start": 934089675,
            "stop": 934089770
        },
        {
            "start": 934089772,
            "stop": 934089801
        },
        {
            "start": 934089804,
            "stop": 934090029
        },
        {
            "start": 934090032,
            "stop": 934090127
        },
        {
            "start": 934090129,
            "stop": 934090355
        },
        {
            "start": 934090358,
            "stop": 934090422
        },
        {
            "start": 934090424,
            "stop": 934090576
        },
        {
            "start": 934090584,
            "stop": 934090598
        },
        {
            "start": 934090604,
            "stop": 934090622
        },
        {
            "start": 934090626,
            "stop": 934090833
        },
        {
            "start": 934090839,
            "stop": 934090846
        },
        {
            "start": 934090857,
            "stop": 934090861
        },
        {
            "start": 934090872,
            "stop": 934090918
        },
        {
            "start": 934093285,
            "stop": 934093622
        },
        {
            "start": 934093625,
            "stop": 934093719
        },
        {
            "start": 934093722,
            "stop": 934093949
        },
        {
            "start": 934093951,
            "stop": 934094014
        },
        {
            "start": 934094017,
            "stop": 934094212
        }
    ]
}