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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=272",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 273,
    "results": [
        {
            "start": 856506438,
            "stop": 856509021
        },
        {
            "start": 856509131,
            "stop": 856509426
        },
        {
            "start": 856509726,
            "stop": 856523026
        },
        {
            "start": 856523043,
            "stop": 856527421
        },
        {
            "start": 856530556,
            "stop": 856536219
        },
        {
            "start": 856536540,
            "stop": 856544296
        },
        {
            "start": 856545849,
            "stop": 856549062
        },
        {
            "start": 856549083,
            "stop": 856549109
        },
        {
            "start": 856549138,
            "stop": 856549467
        },
        {
            "start": 856549488,
            "stop": 856551692
        },
        {
            "start": 856551713,
            "stop": 856552109
        },
        {
            "start": 856552156,
            "stop": 856552199
        },
        {
            "start": 856552221,
            "stop": 856561157
        },
        {
            "start": 856561176,
            "stop": 856565369
        },
        {
            "start": 856565391,
            "stop": 856565392
        },
        {
            "start": 856565413,
            "stop": 856571244
        },
        {
            "start": 856576042,
            "stop": 856583372
        },
        {
            "start": 856583723,
            "stop": 856590859
        },
        {
            "start": 856591165,
            "stop": 856613294
        },
        {
            "start": 856613594,
            "stop": 856618095
        }
    ]
}