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=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=449",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 450,
    "results": [
        {
            "start": 933537975,
            "stop": 933538290
        },
        {
            "start": 933538317,
            "stop": 933538318
        },
        {
            "start": 933539631,
            "stop": 933540368
        },
        {
            "start": 933540661,
            "stop": 933541215
        },
        {
            "start": 933541575,
            "stop": 933543244
        },
        {
            "start": 933545624,
            "stop": 933547390
        },
        {
            "start": 933554019,
            "stop": 933554973
        },
        {
            "start": 933554976,
            "stop": 933555615
        },
        {
            "start": 933555975,
            "stop": 933558984
        },
        {
            "start": 933560786,
            "stop": 933560929
        },
        {
            "start": 933560931,
            "stop": 933560943
        },
        {
            "start": 933560946,
            "stop": 933560959
        },
        {
            "start": 933560961,
            "stop": 933561184
        },
        {
            "start": 933561186,
            "stop": 933561198
        },
        {
            "start": 933561201,
            "stop": 933561213
        },
        {
            "start": 933561216,
            "stop": 933561228
        },
        {
            "start": 933561231,
            "stop": 933562815
        },
        {
            "start": 933563175,
            "stop": 933566415
        },
        {
            "start": 933566835,
            "stop": 933567365
        },
        {
            "start": 933567367,
            "stop": 933570015
        }
    ]
}