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=7368
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=7369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7367",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7368,
    "results": [
        {
            "start": 969440117,
            "stop": 969440318
        },
        {
            "start": 969440321,
            "stop": 969440424
        },
        {
            "start": 969440427,
            "stop": 969440764
        },
        {
            "start": 969440767,
            "stop": 969441806
        },
        {
            "start": 969441809,
            "stop": 969441843
        },
        {
            "start": 969441846,
            "stop": 969442390
        },
        {
            "start": 969442393,
            "stop": 969443400
        },
        {
            "start": 969443403,
            "stop": 969443505
        },
        {
            "start": 969443508,
            "stop": 969443781
        },
        {
            "start": 969443784,
            "stop": 969444372
        },
        {
            "start": 969444376,
            "stop": 969444650
        },
        {
            "start": 969444653,
            "stop": 969445472
        },
        {
            "start": 969445475,
            "stop": 969445795
        },
        {
            "start": 969445798,
            "stop": 969446749
        },
        {
            "start": 969446752,
            "stop": 969446754
        },
        {
            "start": 969446757,
            "stop": 969446902
        },
        {
            "start": 969446905,
            "stop": 969447326
        },
        {
            "start": 969447329,
            "stop": 969447382
        },
        {
            "start": 969447385,
            "stop": 969447772
        },
        {
            "start": 969447775,
            "stop": 969447964
        }
    ]
}