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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7096",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7097,
    "results": [
        {
            "start": 874162745,
            "stop": 874162748
        },
        {
            "start": 874181009,
            "stop": 874181037
        },
        {
            "start": 874181039,
            "stop": 874181182
        },
        {
            "start": 874181183,
            "stop": 874181248
        },
        {
            "start": 874181250,
            "stop": 874181268
        },
        {
            "start": 874181270,
            "stop": 874181340
        },
        {
            "start": 874181400,
            "stop": 874181475
        },
        {
            "start": 874181479,
            "stop": 874181504
        },
        {
            "start": 874181522,
            "stop": 874181542
        },
        {
            "start": 874181545,
            "stop": 874181546
        },
        {
            "start": 874181558,
            "stop": 874181606
        },
        {
            "start": 874182099,
            "stop": 874182231
        },
        {
            "start": 874182232,
            "stop": 874182824
        },
        {
            "start": 874182825,
            "stop": 874182843
        },
        {
            "start": 874182844,
            "stop": 874182969
        },
        {
            "start": 874182970,
            "stop": 874183202
        },
        {
            "start": 874183203,
            "stop": 874183222
        },
        {
            "start": 874183224,
            "stop": 874183344
        },
        {
            "start": 874183346,
            "stop": 874183454
        },
        {
            "start": 874183455,
            "stop": 874183559
        }
    ]
}