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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=160",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 161,
    "results": [
        {
            "start": 841026362,
            "stop": 841026370
        },
        {
            "start": 841027283,
            "stop": 841028406
        },
        {
            "start": 841028413,
            "stop": 841029307
        },
        {
            "start": 841030223,
            "stop": 841035370
        },
        {
            "start": 841036451,
            "stop": 841043554
        },
        {
            "start": 841044607,
            "stop": 841046796
        },
        {
            "start": 841047896,
            "stop": 841050497
        },
        {
            "start": 841052096,
            "stop": 841053618
        },
        {
            "start": 841054634,
            "stop": 841060774
        },
        {
            "start": 841060781,
            "stop": 841066842
        },
        {
            "start": 841066844,
            "stop": 841066895
        },
        {
            "start": 841067783,
            "stop": 841068503
        },
        {
            "start": 841072985,
            "stop": 841073030
        },
        {
            "start": 841077140,
            "stop": 841077202
        },
        {
            "start": 841077786,
            "stop": 841077855
        },
        {
            "start": 841079312,
            "stop": 841079892
        },
        {
            "start": 841079960,
            "stop": 841082250
        },
        {
            "start": 841082252,
            "stop": 841084421
        },
        {
            "start": 841084428,
            "stop": 841084476
        },
        {
            "start": 841089475,
            "stop": 841091181
        }
    ]
}