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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8609",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8610,
    "results": [
        {
            "start": 870893228,
            "stop": 870893236
        },
        {
            "start": 870893253,
            "stop": 870893296
        },
        {
            "start": 870893313,
            "stop": 870893393
        },
        {
            "start": 870893410,
            "stop": 870893519
        },
        {
            "start": 870893536,
            "stop": 870897883
        },
        {
            "start": 870897900,
            "stop": 870897969
        },
        {
            "start": 870897986,
            "stop": 870898473
        },
        {
            "start": 870898490,
            "stop": 870899453
        },
        {
            "start": 870899470,
            "stop": 870899800
        },
        {
            "start": 870899817,
            "stop": 870900500
        },
        {
            "start": 870900661,
            "stop": 870900946
        },
        {
            "start": 870900963,
            "stop": 870901419
        },
        {
            "start": 870901436,
            "stop": 870901445
        },
        {
            "start": 870901462,
            "stop": 870901991
        },
        {
            "start": 870902008,
            "stop": 870902218
        },
        {
            "start": 870902235,
            "stop": 870902617
        },
        {
            "start": 870902625,
            "stop": 870905831
        },
        {
            "start": 870907314,
            "stop": 870907416
        },
        {
            "start": 870907423,
            "stop": 870908036
        },
        {
            "start": 870908067,
            "stop": 870908611
        }
    ]
}