Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=244
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=243",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 244,
    "results": [
        {
            "start": 821277220,
            "stop": 821279132
        },
        {
            "start": 821279136,
            "stop": 821284167
        },
        {
            "start": 821284171,
            "stop": 821285919
        },
        {
            "start": 821285922,
            "stop": 821286542
        },
        {
            "start": 821286546,
            "stop": 821286822
        },
        {
            "start": 821286839,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821290500
        },
        {
            "start": 821290586,
            "stop": 821293670
        },
        {
            "start": 821293674,
            "stop": 821294519
        },
        {
            "start": 821294522,
            "stop": 821297873
        },
        {
            "start": 821297876,
            "stop": 821300122
        },
        {
            "start": 821300143,
            "stop": 821300162
        },
        {
            "start": 821300183,
            "stop": 821304907
        },
        {
            "start": 821304924,
            "stop": 821307610
        },
        {
            "start": 821308381,
            "stop": 821308630
        },
        {
            "start": 821308633,
            "stop": 821315214
        },
        {
            "start": 821315231,
            "stop": 821325816
        },
        {
            "start": 821325819,
            "stop": 821326273
        },
        {
            "start": 821326418,
            "stop": 821330232
        },
        {
            "start": 821330236,
            "stop": 821334220
        }
    ]
}