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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=258",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 259,
    "results": [
        {
            "start": 821686170,
            "stop": 821686172
        },
        {
            "start": 821686175,
            "stop": 821686202
        },
        {
            "start": 821686205,
            "stop": 821686214
        },
        {
            "start": 821686217,
            "stop": 821686218
        },
        {
            "start": 821686229,
            "stop": 821686231
        },
        {
            "start": 821686234,
            "stop": 821686237
        },
        {
            "start": 821686241,
            "stop": 821686252
        },
        {
            "start": 821686255,
            "stop": 821686282
        },
        {
            "start": 821686285,
            "stop": 821686287
        },
        {
            "start": 821686290,
            "stop": 821686302
        },
        {
            "start": 821686306,
            "stop": 821686308
        },
        {
            "start": 821686311,
            "stop": 821686314
        },
        {
            "start": 821686318,
            "stop": 821686319
        },
        {
            "start": 821686325,
            "stop": 821686345
        },
        {
            "start": 821686348,
            "stop": 821686350
        },
        {
            "start": 821686356,
            "stop": 821686379
        },
        {
            "start": 821686383,
            "stop": 821686386
        },
        {
            "start": 821686391,
            "stop": 821686403
        },
        {
            "start": 821686411,
            "stop": 821686432
        },
        {
            "start": 821686435,
            "stop": 821686436
        }
    ]
}