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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5200",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5201,
    "results": [
        {
            "start": 874885460,
            "stop": 874885715
        },
        {
            "start": 874885722,
            "stop": 874886309
        },
        {
            "start": 874886316,
            "stop": 874886478
        },
        {
            "start": 874886486,
            "stop": 874887117
        },
        {
            "start": 874887124,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874887938
        },
        {
            "start": 874887945,
            "stop": 874888181
        },
        {
            "start": 874888188,
            "stop": 874888390
        },
        {
            "start": 874888397,
            "stop": 874888423
        },
        {
            "start": 874888430,
            "stop": 874889164
        },
        {
            "start": 874889171,
            "stop": 874889383
        },
        {
            "start": 874889390,
            "stop": 874889600
        },
        {
            "start": 874889607,
            "stop": 874889862
        },
        {
            "start": 874889869,
            "stop": 874889986
        },
        {
            "start": 874889994,
            "stop": 874890395
        },
        {
            "start": 874890402,
            "stop": 874890815
        },
        {
            "start": 874890823,
            "stop": 874891578
        },
        {
            "start": 874891586,
            "stop": 874891745
        },
        {
            "start": 874891752,
            "stop": 874892132
        },
        {
            "start": 874892139,
            "stop": 874892435
        }
    ]
}