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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=281",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 282,
    "results": [
        {
            "start": 822511060,
            "stop": 822511080
        },
        {
            "start": 822511084,
            "stop": 822511090
        },
        {
            "start": 822511272,
            "stop": 822511380
        },
        {
            "start": 822511440,
            "stop": 822511512
        },
        {
            "start": 822531425,
            "stop": 822531690
        },
        {
            "start": 822531697,
            "stop": 822531710
        },
        {
            "start": 822531790,
            "stop": 822531982
        },
        {
            "start": 822531989,
            "stop": 822532175
        },
        {
            "start": 822532182,
            "stop": 822532445
        },
        {
            "start": 822532452,
            "stop": 822532539
        },
        {
            "start": 822532546,
            "stop": 822533019
        },
        {
            "start": 822533026,
            "stop": 822535026
        },
        {
            "start": 822535033,
            "stop": 822535315
        },
        {
            "start": 822536379,
            "stop": 822537673
        },
        {
            "start": 822537879,
            "stop": 822539263
        },
        {
            "start": 822539270,
            "stop": 822539277
        },
        {
            "start": 822539281,
            "stop": 822539295
        },
        {
            "start": 822539460,
            "stop": 822539672
        },
        {
            "start": 822539679,
            "stop": 822539953
        },
        {
            "start": 822540137,
            "stop": 822540387
        }
    ]
}