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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=139",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 140,
    "results": [
        {
            "start": 931938840,
            "stop": 931938996
        },
        {
            "start": 931938998,
            "stop": 931939136
        },
        {
            "start": 931939138,
            "stop": 931939215
        },
        {
            "start": 931939575,
            "stop": 931939887
        },
        {
            "start": 931939889,
            "stop": 931939911
        },
        {
            "start": 931939913,
            "stop": 931939950
        },
        {
            "start": 931939952,
            "stop": 931940100
        },
        {
            "start": 931940119,
            "stop": 931940165
        },
        {
            "start": 931940167,
            "stop": 931940205
        },
        {
            "start": 931940207,
            "stop": 931940430
        },
        {
            "start": 931940432,
            "stop": 931940552
        },
        {
            "start": 931940554,
            "stop": 931940580
        },
        {
            "start": 931940582,
            "stop": 931940664
        },
        {
            "start": 931940666,
            "stop": 931940668
        },
        {
            "start": 931940670,
            "stop": 931940694
        },
        {
            "start": 931940696,
            "stop": 931940756
        },
        {
            "start": 931940758,
            "stop": 931940780
        },
        {
            "start": 931940782,
            "stop": 931940788
        },
        {
            "start": 931940791,
            "stop": 931940803
        },
        {
            "start": 931940806,
            "stop": 931940808
        }
    ]
}