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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=359",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 360,
    "results": [
        {
            "start": 829346250,
            "stop": 829346259
        },
        {
            "start": 829346261,
            "stop": 829346267
        },
        {
            "start": 829346269,
            "stop": 829346290
        },
        {
            "start": 829346292,
            "stop": 829346293
        },
        {
            "start": 829346295,
            "stop": 829346298
        },
        {
            "start": 829346302,
            "stop": 829346315
        },
        {
            "start": 829346317,
            "stop": 829346324
        },
        {
            "start": 829346327,
            "stop": 829346341
        },
        {
            "start": 829346344,
            "stop": 829346351
        },
        {
            "start": 829346353,
            "stop": 829346365
        },
        {
            "start": 829346367,
            "stop": 829346378
        },
        {
            "start": 829346380,
            "stop": 829346415
        },
        {
            "start": 829346419,
            "stop": 829346425
        },
        {
            "start": 829346427,
            "stop": 829346434
        },
        {
            "start": 829346436,
            "stop": 829346441
        },
        {
            "start": 829346443,
            "stop": 829346460
        },
        {
            "start": 829346462,
            "stop": 829346551
        },
        {
            "start": 829346556,
            "stop": 829346558
        },
        {
            "start": 829346564,
            "stop": 829346569
        },
        {
            "start": 829346571,
            "stop": 829346573
        }
    ]
}