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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=277",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 278,
    "results": [
        {
            "start": 821058938,
            "stop": 821059754
        },
        {
            "start": 821059761,
            "stop": 821059840
        },
        {
            "start": 821059847,
            "stop": 821059875
        },
        {
            "start": 821059882,
            "stop": 821060196
        },
        {
            "start": 821060203,
            "stop": 821060306
        },
        {
            "start": 821060314,
            "stop": 821060371
        },
        {
            "start": 821060384,
            "stop": 821060393
        },
        {
            "start": 821060400,
            "stop": 821060511
        },
        {
            "start": 821060518,
            "stop": 821060858
        },
        {
            "start": 821061634,
            "stop": 821061757
        },
        {
            "start": 821061764,
            "stop": 821061785
        },
        {
            "start": 821061792,
            "stop": 821062092
        },
        {
            "start": 821062100,
            "stop": 821062170
        },
        {
            "start": 821062178,
            "stop": 821062194
        },
        {
            "start": 821062206,
            "stop": 821063013
        },
        {
            "start": 821063020,
            "stop": 821063046
        },
        {
            "start": 821063053,
            "stop": 821063295
        },
        {
            "start": 821063302,
            "stop": 821063305
        },
        {
            "start": 821064422,
            "stop": 821064724
        },
        {
            "start": 821064731,
            "stop": 821065097
        }
    ]
}