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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=269",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 270,
    "results": [
        {
            "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
        },
        {
            "start": 821686439,
            "stop": 821686483
        },
        {
            "start": 821686486,
            "stop": 821686488
        },
        {
            "start": 821686493,
            "stop": 821686498
        },
        {
            "start": 821686505,
            "stop": 821686507
        },
        {
            "start": 821686516,
            "stop": 821686543
        },
        {
            "start": 821686546,
            "stop": 821686554
        },
        {
            "start": 821686557,
            "stop": 821686565
        },
        {
            "start": 821686568,
            "stop": 821686573
        }
    ]
}