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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=271",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 272,
    "results": [
        {
            "start": 821628128,
            "stop": 821628309
        },
        {
            "start": 821628312,
            "stop": 821628433
        },
        {
            "start": 821628703,
            "stop": 821628713
        },
        {
            "start": 821628716,
            "stop": 821628882
        },
        {
            "start": 821628885,
            "stop": 821629063
        },
        {
            "start": 821629067,
            "stop": 821629246
        },
        {
            "start": 821630884,
            "stop": 821631057
        },
        {
            "start": 821631061,
            "stop": 821631064
        },
        {
            "start": 821631067,
            "stop": 821631069
        },
        {
            "start": 821631072,
            "stop": 821631351
        },
        {
            "start": 821631354,
            "stop": 821632455
        },
        {
            "start": 821632458,
            "stop": 821632808
        },
        {
            "start": 821632811,
            "stop": 821633126
        },
        {
            "start": 821633129,
            "stop": 821633633
        },
        {
            "start": 821633636,
            "stop": 821633798
        },
        {
            "start": 821633815,
            "stop": 821634287
        },
        {
            "start": 821634290,
            "stop": 821634460
        },
        {
            "start": 821634477,
            "stop": 821634593
        },
        {
            "start": 821634610,
            "stop": 821634998
        },
        {
            "start": 821635001,
            "stop": 821635034
        }
    ]
}