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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=250",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 251,
    "results": [
        {
            "start": 827683820,
            "stop": 827683832
        },
        {
            "start": 827683838,
            "stop": 827683845
        },
        {
            "start": 827683850,
            "stop": 827683857
        },
        {
            "start": 827683863,
            "stop": 827684200
        },
        {
            "start": 827684202,
            "stop": 827684716
        },
        {
            "start": 827684718,
            "stop": 827685293
        },
        {
            "start": 827685295,
            "stop": 827685296
        },
        {
            "start": 827685301,
            "stop": 827685308
        },
        {
            "start": 827685310,
            "stop": 827685317
        },
        {
            "start": 827685321,
            "stop": 827686350
        },
        {
            "start": 827686410,
            "stop": 827687406
        },
        {
            "start": 827689435,
            "stop": 827691725
        },
        {
            "start": 827691730,
            "stop": 827692460
        },
        {
            "start": 827692465,
            "stop": 827693150
        },
        {
            "start": 827693450,
            "stop": 827696427
        },
        {
            "start": 827696727,
            "stop": 827697315
        },
        {
            "start": 827697320,
            "stop": 827697335
        },
        {
            "start": 827697340,
            "stop": 827697347
        },
        {
            "start": 827697350,
            "stop": 827698162
        },
        {
            "start": 827698462,
            "stop": 827699658
        }
    ]
}