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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=117",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 118,
    "results": [
        {
            "start": 821508012,
            "stop": 821508020
        },
        {
            "start": 821508023,
            "stop": 821508037
        },
        {
            "start": 821508042,
            "stop": 821508054
        },
        {
            "start": 821508057,
            "stop": 821508066
        },
        {
            "start": 821508069,
            "stop": 821508073
        },
        {
            "start": 821508076,
            "stop": 821508106
        },
        {
            "start": 821508109,
            "stop": 821508111
        },
        {
            "start": 821508114,
            "stop": 821508129
        },
        {
            "start": 821508132,
            "stop": 821508147
        },
        {
            "start": 821508151,
            "stop": 821508167
        },
        {
            "start": 821508170,
            "stop": 821508172
        },
        {
            "start": 821508177,
            "stop": 821508213
        },
        {
            "start": 821508216,
            "stop": 821508218
        },
        {
            "start": 821508221,
            "stop": 821508222
        },
        {
            "start": 821508225,
            "stop": 821508243
        },
        {
            "start": 821508246,
            "stop": 821508258
        },
        {
            "start": 821508261,
            "stop": 821508268
        },
        {
            "start": 821508271,
            "stop": 821508282
        },
        {
            "start": 821508285,
            "stop": 821508310
        },
        {
            "start": 821508317,
            "stop": 821508334
        }
    ]
}