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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=288",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 289,
    "results": [
        {
            "start": 821694333,
            "stop": 821694343
        },
        {
            "start": 821694346,
            "stop": 821694383
        },
        {
            "start": 821694387,
            "stop": 821694405
        },
        {
            "start": 821694408,
            "stop": 821694409
        },
        {
            "start": 821694416,
            "stop": 821694422
        },
        {
            "start": 821694426,
            "stop": 821694427
        },
        {
            "start": 821694430,
            "stop": 821694431
        },
        {
            "start": 821694438,
            "stop": 821694443
        },
        {
            "start": 821694446,
            "stop": 821694459
        },
        {
            "start": 821694462,
            "stop": 821694467
        },
        {
            "start": 821694470,
            "stop": 821694473
        },
        {
            "start": 821694476,
            "stop": 821694483
        },
        {
            "start": 821694486,
            "stop": 821694492
        },
        {
            "start": 821694495,
            "stop": 821694509
        },
        {
            "start": 821694512,
            "stop": 821694522
        },
        {
            "start": 821694528,
            "stop": 821694538
        },
        {
            "start": 821694544,
            "stop": 821694551
        },
        {
            "start": 821694554,
            "stop": 821694564
        },
        {
            "start": 821694572,
            "stop": 821694573
        },
        {
            "start": 821694576,
            "stop": 821694578
        }
    ]
}