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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=283",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 284,
    "results": [
        {
            "start": 821692071,
            "stop": 821692072
        },
        {
            "start": 821692078,
            "stop": 821692081
        },
        {
            "start": 821692084,
            "stop": 821692087
        },
        {
            "start": 821692090,
            "stop": 821692096
        },
        {
            "start": 821692105,
            "stop": 821692107
        },
        {
            "start": 821692112,
            "stop": 821692114
        },
        {
            "start": 821692118,
            "stop": 821692123
        },
        {
            "start": 821692128,
            "stop": 821692131
        },
        {
            "start": 821692134,
            "stop": 821692135
        },
        {
            "start": 821692139,
            "stop": 821692145
        },
        {
            "start": 821692150,
            "stop": 821692152
        },
        {
            "start": 821692160,
            "stop": 821692177
        },
        {
            "start": 821692180,
            "stop": 821692188
        },
        {
            "start": 821692192,
            "stop": 821692194
        },
        {
            "start": 821692197,
            "stop": 821692203
        },
        {
            "start": 821692213,
            "stop": 821692223
        },
        {
            "start": 821692226,
            "stop": 821692247
        },
        {
            "start": 821692250,
            "stop": 821692257
        },
        {
            "start": 821692266,
            "stop": 821692270
        },
        {
            "start": 821692273,
            "stop": 821692274
        }
    ]
}