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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=325",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 326,
    "results": [
        {
            "start": 821746343,
            "stop": 821746359
        },
        {
            "start": 821746362,
            "stop": 821746364
        },
        {
            "start": 821746372,
            "stop": 821746453
        },
        {
            "start": 821746456,
            "stop": 821746458
        },
        {
            "start": 821746463,
            "stop": 821746470
        },
        {
            "start": 821746473,
            "stop": 821746486
        },
        {
            "start": 821746489,
            "stop": 821746498
        },
        {
            "start": 821746503,
            "stop": 821746533
        },
        {
            "start": 821746536,
            "stop": 821746538
        },
        {
            "start": 821746542,
            "stop": 821746547
        },
        {
            "start": 821746550,
            "stop": 821746552
        },
        {
            "start": 821746555,
            "stop": 821746561
        },
        {
            "start": 821746564,
            "stop": 821746580
        },
        {
            "start": 821746583,
            "stop": 821746603
        },
        {
            "start": 821746606,
            "stop": 821746629
        },
        {
            "start": 821746635,
            "stop": 821746645
        },
        {
            "start": 821746648,
            "stop": 821746687
        },
        {
            "start": 821746690,
            "stop": 821746691
        },
        {
            "start": 821746694,
            "stop": 821746713
        },
        {
            "start": 821747290,
            "stop": 821747304
        }
    ]
}