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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=418",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 419,
    "results": [
        {
            "start": 860943060,
            "stop": 860943077
        },
        {
            "start": 860943083,
            "stop": 860944674
        },
        {
            "start": 860945855,
            "stop": 860946353
        },
        {
            "start": 860946355,
            "stop": 860947754
        },
        {
            "start": 860948452,
            "stop": 860953380
        },
        {
            "start": 860953393,
            "stop": 860953405
        },
        {
            "start": 860953413,
            "stop": 860953414
        },
        {
            "start": 860953415,
            "stop": 860953427
        },
        {
            "start": 860953433,
            "stop": 860953467
        },
        {
            "start": 860953473,
            "stop": 860954134
        },
        {
            "start": 860954232,
            "stop": 860960967
        },
        {
            "start": 860961044,
            "stop": 860964160
        },
        {
            "start": 860964165,
            "stop": 860968211
        },
        {
            "start": 860968348,
            "stop": 860970512
        },
        {
            "start": 860970976,
            "stop": 860972755
        },
        {
            "start": 860972760,
            "stop": 860972812
        },
        {
            "start": 860972818,
            "stop": 860988123
        },
        {
            "start": 860991344,
            "stop": 861013229
        },
        {
            "start": 861013282,
            "stop": 861025249
        },
        {
            "start": 861026530,
            "stop": 861027547
        }
    ]
}