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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=309",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 310,
    "results": [
        {
            "start": 822496250,
            "stop": 822496289
        },
        {
            "start": 822496292,
            "stop": 822496320
        },
        {
            "start": 822510610,
            "stop": 822510987
        },
        {
            "start": 822510991,
            "stop": 822511003
        },
        {
            "start": 822511006,
            "stop": 822511027
        },
        {
            "start": 822511030,
            "stop": 822511056
        },
        {
            "start": 822511060,
            "stop": 822511080
        },
        {
            "start": 822511084,
            "stop": 822511090
        },
        {
            "start": 822511272,
            "stop": 822511380
        },
        {
            "start": 822511440,
            "stop": 822511470
        },
        {
            "start": 822531425,
            "stop": 822531692
        },
        {
            "start": 822531695,
            "stop": 822531984
        },
        {
            "start": 822531987,
            "stop": 822532177
        },
        {
            "start": 822532180,
            "stop": 822532447
        },
        {
            "start": 822532450,
            "stop": 822532541
        },
        {
            "start": 822532544,
            "stop": 822533021
        },
        {
            "start": 822533024,
            "stop": 822535028
        },
        {
            "start": 822535031,
            "stop": 822535219
        },
        {
            "start": 822536379,
            "stop": 822537673
        },
        {
            "start": 822537879,
            "stop": 822539190
        }
    ]
}