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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=227",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 228,
    "results": [
        {
            "start": 820897091,
            "stop": 820898373
        },
        {
            "start": 820898377,
            "stop": 820898653
        },
        {
            "start": 820898894,
            "stop": 820900617
        },
        {
            "start": 820900620,
            "stop": 820900819
        },
        {
            "start": 820900822,
            "stop": 820901634
        },
        {
            "start": 820901638,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820902936
        },
        {
            "start": 820902939,
            "stop": 820903415
        },
        {
            "start": 820903418,
            "stop": 820904641
        },
        {
            "start": 820904658,
            "stop": 820904763
        },
        {
            "start": 820904767,
            "stop": 820905646
        },
        {
            "start": 820905649,
            "stop": 820905685
        },
        {
            "start": 820905688,
            "stop": 820906114
        },
        {
            "start": 820906118,
            "stop": 820906635
        },
        {
            "start": 820906638,
            "stop": 820906959
        },
        {
            "start": 820906962,
            "stop": 820907560
        },
        {
            "start": 820907564,
            "stop": 820908024
        },
        {
            "start": 820908027,
            "stop": 820908185
        },
        {
            "start": 820908188,
            "stop": 820909108
        },
        {
            "start": 820909112,
            "stop": 820909493
        }
    ]
}