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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=217",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 218,
    "results": [
        {
            "start": 820485329,
            "stop": 820485853
        },
        {
            "start": 820485861,
            "stop": 820486222
        },
        {
            "start": 820486229,
            "stop": 820486390
        },
        {
            "start": 820486397,
            "stop": 820486885
        },
        {
            "start": 820486892,
            "stop": 820487071
        },
        {
            "start": 820487078,
            "stop": 820487427
        },
        {
            "start": 820487434,
            "stop": 820487568
        },
        {
            "start": 820487575,
            "stop": 820487602
        },
        {
            "start": 820487609,
            "stop": 820488004
        },
        {
            "start": 820488011,
            "stop": 820488044
        },
        {
            "start": 820488077,
            "stop": 820488647
        },
        {
            "start": 820488654,
            "stop": 820488898
        },
        {
            "start": 820488905,
            "stop": 820489374
        },
        {
            "start": 820489381,
            "stop": 820489559
        },
        {
            "start": 820489566,
            "stop": 820489710
        },
        {
            "start": 820489718,
            "stop": 820490260
        },
        {
            "start": 820490267,
            "stop": 820490350
        },
        {
            "start": 820490357,
            "stop": 820490867
        },
        {
            "start": 820490874,
            "stop": 820491118
        },
        {
            "start": 820491125,
            "stop": 820491153
        }
    ]
}