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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=306",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 307,
    "results": [
        {
            "start": 822489874,
            "stop": 822489906
        },
        {
            "start": 822489909,
            "stop": 822490065
        },
        {
            "start": 822490068,
            "stop": 822490116
        },
        {
            "start": 822490119,
            "stop": 822490121
        },
        {
            "start": 822490124,
            "stop": 822490317
        },
        {
            "start": 822490320,
            "stop": 822490421
        },
        {
            "start": 822490424,
            "stop": 822490559
        },
        {
            "start": 822490562,
            "stop": 822490866
        },
        {
            "start": 822490869,
            "stop": 822490875
        },
        {
            "start": 822490879,
            "stop": 822490934
        },
        {
            "start": 822490937,
            "stop": 822490980
        },
        {
            "start": 822490983,
            "stop": 822491011
        },
        {
            "start": 822491015,
            "stop": 822491062
        },
        {
            "start": 822491079,
            "stop": 822491083
        },
        {
            "start": 822491087,
            "stop": 822491089
        },
        {
            "start": 822491092,
            "stop": 822491125
        },
        {
            "start": 822491128,
            "stop": 822491147
        },
        {
            "start": 822491150,
            "stop": 822491163
        },
        {
            "start": 822491166,
            "stop": 822491185
        },
        {
            "start": 822491188,
            "stop": 822491315
        }
    ]
}