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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=279",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 280,
    "results": [
        {
            "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
        },
        {
            "start": 821692282,
            "stop": 821692285
        }
    ]
}