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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=313",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 314,
    "results": [
        {
            "start": 821322164,
            "stop": 821322175
        },
        {
            "start": 821322183,
            "stop": 821322233
        },
        {
            "start": 821322240,
            "stop": 821322543
        },
        {
            "start": 821322550,
            "stop": 821322649
        },
        {
            "start": 821322657,
            "stop": 821322739
        },
        {
            "start": 821322746,
            "stop": 821322823
        },
        {
            "start": 821322830,
            "stop": 821323026
        },
        {
            "start": 821323033,
            "stop": 821323250
        },
        {
            "start": 821323257,
            "stop": 821323296
        },
        {
            "start": 821323303,
            "stop": 821323359
        },
        {
            "start": 821323366,
            "stop": 821323805
        },
        {
            "start": 821323812,
            "stop": 821324047
        },
        {
            "start": 821324054,
            "stop": 821324062
        },
        {
            "start": 821324069,
            "stop": 821324131
        },
        {
            "start": 821324138,
            "stop": 821324157
        },
        {
            "start": 821324165,
            "stop": 821324302
        },
        {
            "start": 821324310,
            "stop": 821324367
        },
        {
            "start": 821324374,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821324552
        }
    ]
}