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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=298",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 299,
    "results": [
        {
            "start": 821694114,
            "stop": 821694125
        },
        {
            "start": 821694130,
            "stop": 821694131
        },
        {
            "start": 821694136,
            "stop": 821694138
        },
        {
            "start": 821694144,
            "stop": 821694147
        },
        {
            "start": 821694150,
            "stop": 821694152
        },
        {
            "start": 821694155,
            "stop": 821694156
        },
        {
            "start": 821694159,
            "stop": 821694162
        },
        {
            "start": 821694165,
            "stop": 821694176
        },
        {
            "start": 821694187,
            "stop": 821694202
        },
        {
            "start": 821694205,
            "stop": 821694224
        },
        {
            "start": 821694230,
            "stop": 821694246
        },
        {
            "start": 821694249,
            "stop": 821694258
        },
        {
            "start": 821694261,
            "stop": 821694277
        },
        {
            "start": 821694281,
            "stop": 821694286
        },
        {
            "start": 821694289,
            "stop": 821694290
        },
        {
            "start": 821694293,
            "stop": 821694318
        },
        {
            "start": 821694321,
            "stop": 821694323
        },
        {
            "start": 821694333,
            "stop": 821694343
        },
        {
            "start": 821694346,
            "stop": 821694383
        },
        {
            "start": 821694387,
            "stop": 821694405
        }
    ]
}