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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=253",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 254,
    "results": [
        {
            "start": 820441548,
            "stop": 820441854
        },
        {
            "start": 820441857,
            "stop": 820442485
        },
        {
            "start": 820442488,
            "stop": 820443244
        },
        {
            "start": 820443744,
            "stop": 820443746
        },
        {
            "start": 820444236,
            "stop": 820445173
        },
        {
            "start": 820445176,
            "stop": 820445347
        },
        {
            "start": 820445351,
            "stop": 820446480
        },
        {
            "start": 820446484,
            "stop": 820448446
        },
        {
            "start": 820448566,
            "stop": 820449291
        },
        {
            "start": 820449295,
            "stop": 820450016
        },
        {
            "start": 820450048,
            "stop": 820450517
        },
        {
            "start": 820450520,
            "stop": 820450601
        },
        {
            "start": 820451574,
            "stop": 820451669
        },
        {
            "start": 820451672,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820452295
        },
        {
            "start": 820452543,
            "stop": 820452609
        },
        {
            "start": 820452729,
            "stop": 820452730
        },
        {
            "start": 820452850,
            "stop": 820452881
        },
        {
            "start": 820453112,
            "stop": 820453147
        },
        {
            "start": 820453707,
            "stop": 820453712
        }
    ]
}