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=7535
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=7536",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7534",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7535,
    "results": [
        {
            "start": 970401283,
            "stop": 970401286
        },
        {
            "start": 970401290,
            "stop": 970401295
        },
        {
            "start": 970401298,
            "stop": 970401338
        },
        {
            "start": 970401341,
            "stop": 970401348
        },
        {
            "start": 970401354,
            "stop": 970401366
        },
        {
            "start": 970401369,
            "stop": 970401371
        },
        {
            "start": 970401374,
            "stop": 970401394
        },
        {
            "start": 970401398,
            "stop": 970401415
        },
        {
            "start": 970401418,
            "stop": 970401517
        },
        {
            "start": 970401520,
            "stop": 970401525
        },
        {
            "start": 970401528,
            "stop": 970401544
        },
        {
            "start": 970401547,
            "stop": 970401609
        },
        {
            "start": 970401615,
            "stop": 970401639
        },
        {
            "start": 970401642,
            "stop": 970401643
        },
        {
            "start": 970401646,
            "stop": 970401652
        },
        {
            "start": 970401655,
            "stop": 970401668
        },
        {
            "start": 970401671,
            "stop": 970401694
        },
        {
            "start": 970401697,
            "stop": 970401700
        },
        {
            "start": 970401703,
            "stop": 970401721
        },
        {
            "start": 970401724,
            "stop": 970401729
        }
    ]
}