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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9115",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9116,
    "results": [
        {
            "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
        },
        {
            "start": 874940748,
            "stop": 874940764
        },
        {
            "start": 874940799,
            "stop": 874940806
        },
        {
            "start": 874940833,
            "stop": 874940840
        },
        {
            "start": 874940876,
            "stop": 874940889
        },
        {
            "start": 874940906,
            "stop": 874940981
        },
        {
            "start": 874940998,
            "stop": 874941897
        },
        {
            "start": 874942051,
            "stop": 874943497
        }
    ]
}