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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=257",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 258,
    "results": [
        {
            "start": 931603173,
            "stop": 931603182
        },
        {
            "start": 931603183,
            "stop": 931603285
        },
        {
            "start": 931603286,
            "stop": 931603295
        },
        {
            "start": 931603296,
            "stop": 931603356
        },
        {
            "start": 931603357,
            "stop": 931603371
        },
        {
            "start": 931603372,
            "stop": 931603437
        },
        {
            "start": 931603438,
            "stop": 931603493
        },
        {
            "start": 931603494,
            "stop": 931603613
        },
        {
            "start": 931603614,
            "stop": 931603705
        },
        {
            "start": 931603706,
            "stop": 931603809
        },
        {
            "start": 931603810,
            "stop": 931603832
        },
        {
            "start": 931603833,
            "stop": 931603853
        },
        {
            "start": 931603855,
            "stop": 931603941
        },
        {
            "start": 931603942,
            "stop": 931603977
        },
        {
            "start": 931603978,
            "stop": 931604045
        },
        {
            "start": 931604046,
            "stop": 931604240
        },
        {
            "start": 931604241,
            "stop": 931604415
        },
        {
            "start": 931604775,
            "stop": 931604801
        },
        {
            "start": 931604803,
            "stop": 931604837
        },
        {
            "start": 931604838,
            "stop": 931604845
        }
    ]
}