Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5043
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=5044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5042",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5043,
    "results": [
        {
            "start": 874583488,
            "stop": 874583565
        },
        {
            "start": 874583585,
            "stop": 874583680
        },
        {
            "start": 874583717,
            "stop": 874584026
        },
        {
            "start": 874584045,
            "stop": 874584048
        },
        {
            "start": 874584067,
            "stop": 874584167
        },
        {
            "start": 874584186,
            "stop": 874584301
        },
        {
            "start": 874584320,
            "stop": 874584365
        },
        {
            "start": 874584384,
            "stop": 874584442
        },
        {
            "start": 874584461,
            "stop": 874584557
        },
        {
            "start": 874584576,
            "stop": 874584661
        },
        {
            "start": 874584680,
            "stop": 874584683
        },
        {
            "start": 874584702,
            "stop": 874584806
        },
        {
            "start": 874584826,
            "stop": 874584833
        },
        {
            "start": 874584871,
            "stop": 874584909
        },
        {
            "start": 874584928,
            "stop": 874585051
        },
        {
            "start": 874585085,
            "stop": 874585165
        },
        {
            "start": 874585184,
            "stop": 874585221
        },
        {
            "start": 874585240,
            "stop": 874585329
        },
        {
            "start": 874585361,
            "stop": 874585503
        },
        {
            "start": 874585522,
            "stop": 874585557
        }
    ]
}