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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7569",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7567",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7568,
    "results": [
        {
            "start": 970489513,
            "stop": 970489519
        },
        {
            "start": 970489522,
            "stop": 970489523
        },
        {
            "start": 970489530,
            "stop": 970489532
        },
        {
            "start": 970489535,
            "stop": 970489542
        },
        {
            "start": 970489546,
            "stop": 970489549
        },
        {
            "start": 970489554,
            "stop": 970489555
        },
        {
            "start": 970489558,
            "stop": 970489560
        },
        {
            "start": 970489566,
            "stop": 970489568
        },
        {
            "start": 970489571,
            "stop": 970489573
        },
        {
            "start": 970489584,
            "stop": 970489586
        },
        {
            "start": 970489603,
            "stop": 970489605
        },
        {
            "start": 970489609,
            "stop": 970489611
        },
        {
            "start": 970489615,
            "stop": 970489628
        },
        {
            "start": 970489631,
            "stop": 970489637
        },
        {
            "start": 970489654,
            "stop": 970489663
        },
        {
            "start": 970489668,
            "stop": 970489677
        },
        {
            "start": 970489681,
            "stop": 970489687
        },
        {
            "start": 970489690,
            "stop": 970489693
        },
        {
            "start": 970489710,
            "stop": 970489712
        },
        {
            "start": 970489717,
            "stop": 970489722
        }
    ]
}