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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 161,
    "results": [
        {
            "start": 931419867,
            "stop": 931419919
        },
        {
            "start": 931419920,
            "stop": 931419943
        },
        {
            "start": 931419944,
            "stop": 931420063
        },
        {
            "start": 931420064,
            "stop": 931420155
        },
        {
            "start": 931420156,
            "stop": 931420295
        },
        {
            "start": 931420296,
            "stop": 931420555
        },
        {
            "start": 931420556,
            "stop": 931420665
        },
        {
            "start": 931420666,
            "stop": 931420797
        },
        {
            "start": 931420798,
            "stop": 931420815
        },
        {
            "start": 931421175,
            "stop": 931421208
        },
        {
            "start": 931421210,
            "stop": 931421402
        },
        {
            "start": 931421403,
            "stop": 931421493
        },
        {
            "start": 931421494,
            "stop": 931421591
        },
        {
            "start": 931421592,
            "stop": 931421616
        },
        {
            "start": 931421618,
            "stop": 931421619
        },
        {
            "start": 931421625,
            "stop": 931421626
        },
        {
            "start": 931421628,
            "stop": 931421629
        },
        {
            "start": 931421631,
            "stop": 931421652
        },
        {
            "start": 931421653,
            "stop": 931422068
        },
        {
            "start": 931422069,
            "stop": 931422237
        }
    ]
}