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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9928",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9929,
    "results": [
        {
            "start": 874919183,
            "stop": 874919233
        },
        {
            "start": 874919250,
            "stop": 874919317
        },
        {
            "start": 874919334,
            "stop": 874919485
        },
        {
            "start": 874919504,
            "stop": 874919537
        },
        {
            "start": 874919570,
            "stop": 874919895
        },
        {
            "start": 874919912,
            "stop": 874919953
        },
        {
            "start": 874919970,
            "stop": 874920043
        },
        {
            "start": 874920061,
            "stop": 874920240
        },
        {
            "start": 874920301,
            "stop": 874920477
        },
        {
            "start": 874920494,
            "stop": 874920525
        },
        {
            "start": 874920551,
            "stop": 874920565
        },
        {
            "start": 874920582,
            "stop": 874920583
        },
        {
            "start": 874920613,
            "stop": 874920662
        },
        {
            "start": 874920706,
            "stop": 874921066
        },
        {
            "start": 874921083,
            "stop": 874921654
        },
        {
            "start": 874921673,
            "stop": 874922103
        },
        {
            "start": 874922136,
            "stop": 874922418
        },
        {
            "start": 874922435,
            "stop": 874923021
        },
        {
            "start": 874923038,
            "stop": 874923309
        },
        {
            "start": 874923326,
            "stop": 874923720
        }
    ]
}