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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=203",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 204,
    "results": [
        {
            "start": 820256349,
            "stop": 820256803
        },
        {
            "start": 820256810,
            "stop": 820256943
        },
        {
            "start": 820256951,
            "stop": 820256980
        },
        {
            "start": 820256987,
            "stop": 820257084
        },
        {
            "start": 820257091,
            "stop": 820257493
        },
        {
            "start": 820257500,
            "stop": 820258062
        },
        {
            "start": 820258069,
            "stop": 820258081
        },
        {
            "start": 820258088,
            "stop": 820258248
        },
        {
            "start": 820258255,
            "stop": 820258441
        },
        {
            "start": 820258449,
            "stop": 820259616
        },
        {
            "start": 820259623,
            "stop": 820260226
        },
        {
            "start": 820260233,
            "stop": 820260353
        },
        {
            "start": 820260361,
            "stop": 820260514
        },
        {
            "start": 820260521,
            "stop": 820260577
        },
        {
            "start": 820260584,
            "stop": 820260800
        },
        {
            "start": 820260811,
            "stop": 820261186
        },
        {
            "start": 820261194,
            "stop": 820261311
        },
        {
            "start": 820261318,
            "stop": 820261705
        },
        {
            "start": 820261712,
            "stop": 820261732
        },
        {
            "start": 820261740,
            "stop": 820261819
        }
    ]
}