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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8387",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8388,
    "results": [
        {
            "start": 874914868,
            "stop": 874914875
        },
        {
            "start": 874914896,
            "stop": 874915414
        },
        {
            "start": 874915431,
            "stop": 874915512
        },
        {
            "start": 874915529,
            "stop": 874916250
        },
        {
            "start": 874918375,
            "stop": 874919663
        },
        {
            "start": 874919680,
            "stop": 874919840
        },
        {
            "start": 874919857,
            "stop": 874921636
        },
        {
            "start": 874921653,
            "stop": 874922024
        },
        {
            "start": 874922041,
            "stop": 874922290
        },
        {
            "start": 874922307,
            "stop": 874923777
        },
        {
            "start": 874923794,
            "stop": 874924296
        },
        {
            "start": 874924314,
            "stop": 874926489
        },
        {
            "start": 874926506,
            "stop": 874926931
        },
        {
            "start": 874926948,
            "stop": 874926961
        },
        {
            "start": 874926978,
            "stop": 874929123
        },
        {
            "start": 874929140,
            "stop": 874929248
        },
        {
            "start": 874929265,
            "stop": 874929561
        },
        {
            "start": 874929578,
            "stop": 874932080
        },
        {
            "start": 874932097,
            "stop": 874932906
        },
        {
            "start": 874932923,
            "stop": 874933232
        }
    ]
}