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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=203",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 204,
    "results": [
        {
            "start": 820896142,
            "stop": 820896298
        },
        {
            "start": 820896301,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896471
        },
        {
            "start": 820896475,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820897088
        },
        {
            "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": 820904763
        },
        {
            "start": 820904767,
            "stop": 820905646
        },
        {
            "start": 820905649,
            "stop": 820905685
        },
        {
            "start": 820905688,
            "stop": 820906114
        }
    ]
}