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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=380",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 381,
    "results": [
        {
            "start": 824035963,
            "stop": 824036506
        },
        {
            "start": 824036509,
            "stop": 824037132
        },
        {
            "start": 824037135,
            "stop": 824037818
        },
        {
            "start": 824037822,
            "stop": 824037824
        },
        {
            "start": 824037827,
            "stop": 824037902
        },
        {
            "start": 824037906,
            "stop": 824038431
        },
        {
            "start": 824038448,
            "stop": 824040798
        },
        {
            "start": 824040801,
            "stop": 824041591
        },
        {
            "start": 824041595,
            "stop": 824041639
        },
        {
            "start": 824041642,
            "stop": 824042141
        },
        {
            "start": 824042144,
            "stop": 824044376
        },
        {
            "start": 824044398,
            "stop": 824044532
        },
        {
            "start": 824044536,
            "stop": 824046117
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824123258
        },
        {
            "start": 824123261,
            "stop": 824129161
        },
        {
            "start": 824129165,
            "stop": 824131133
        },
        {
            "start": 824131150,
            "stop": 824132354
        },
        {
            "start": 824132358,
            "stop": 824133048
        },
        {
            "start": 824133051,
            "stop": 824133884
        }
    ]
}