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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=116",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 117,
    "results": [
        {
            "start": 821486063,
            "stop": 821486209
        },
        {
            "start": 821486212,
            "stop": 821486228
        },
        {
            "start": 821486234,
            "stop": 821486454
        },
        {
            "start": 821486457,
            "stop": 821486492
        },
        {
            "start": 821486495,
            "stop": 821486581
        },
        {
            "start": 821487036,
            "stop": 821487056
        },
        {
            "start": 821487059,
            "stop": 821487230
        },
        {
            "start": 821487233,
            "stop": 821487408
        },
        {
            "start": 821487411,
            "stop": 821487751
        },
        {
            "start": 821487754,
            "stop": 821488352
        },
        {
            "start": 821488357,
            "stop": 821489005
        },
        {
            "start": 821489008,
            "stop": 821489288
        },
        {
            "start": 821489291,
            "stop": 821489392
        },
        {
            "start": 821489395,
            "stop": 821489432
        },
        {
            "start": 821489435,
            "stop": 821489936
        },
        {
            "start": 821489939,
            "stop": 821490282
        },
        {
            "start": 821490285,
            "stop": 821494921
        },
        {
            "start": 821494925,
            "stop": 821494931
        },
        {
            "start": 821494934,
            "stop": 821494936
        },
        {
            "start": 821494939,
            "stop": 821494961
        }
    ]
}