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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=300",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 301,
    "results": [
        {
            "start": 821052063,
            "stop": 821052135
        },
        {
            "start": 821052139,
            "stop": 821052180
        },
        {
            "start": 821052199,
            "stop": 821052394
        },
        {
            "start": 821052413,
            "stop": 821052436
        },
        {
            "start": 821052439,
            "stop": 821052497
        },
        {
            "start": 821052500,
            "stop": 821052680
        },
        {
            "start": 821052683,
            "stop": 821053108
        },
        {
            "start": 821053116,
            "stop": 821053180
        },
        {
            "start": 821053500,
            "stop": 821053788
        },
        {
            "start": 821053791,
            "stop": 821053863
        },
        {
            "start": 821053867,
            "stop": 821054141
        },
        {
            "start": 821054541,
            "stop": 821054639
        },
        {
            "start": 821054642,
            "stop": 821055007
        },
        {
            "start": 821055011,
            "stop": 821055200
        },
        {
            "start": 821055203,
            "stop": 821055424
        },
        {
            "start": 821055427,
            "stop": 821055646
        },
        {
            "start": 821055649,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821055829
        },
        {
            "start": 821055833,
            "stop": 821055877
        },
        {
            "start": 821055880,
            "stop": 821055969
        }
    ]
}