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=706
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=707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=705",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 706,
    "results": [
        {
            "start": 830202561,
            "stop": 830202891
        },
        {
            "start": 830202894,
            "stop": 830203410
        },
        {
            "start": 830203531,
            "stop": 830204581
        },
        {
            "start": 830206309,
            "stop": 830209817
        },
        {
            "start": 830209857,
            "stop": 830210465
        },
        {
            "start": 830210469,
            "stop": 830210482
        },
        {
            "start": 830210792,
            "stop": 830210802
        },
        {
            "start": 830210823,
            "stop": 830211375
        },
        {
            "start": 830211378,
            "stop": 830211968
        },
        {
            "start": 830211990,
            "stop": 830213290
        },
        {
            "start": 830213307,
            "stop": 830213373
        },
        {
            "start": 830213390,
            "stop": 830213478
        },
        {
            "start": 830213481,
            "stop": 830213811
        },
        {
            "start": 830213814,
            "stop": 830214928
        },
        {
            "start": 830214931,
            "stop": 830216311
        },
        {
            "start": 830216314,
            "stop": 830219778
        },
        {
            "start": 830219781,
            "stop": 830220928
        },
        {
            "start": 830220932,
            "stop": 830221260
        },
        {
            "start": 830221320,
            "stop": 830221641
        },
        {
            "start": 830221644,
            "stop": 830222007
        }
    ]
}