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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=209",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 210,
    "results": [
        {
            "start": 841006660,
            "stop": 841006662
        },
        {
            "start": 841006829,
            "stop": 841019173
        },
        {
            "start": 841020466,
            "stop": 841020825
        },
        {
            "start": 841022207,
            "stop": 841025168
        },
        {
            "start": 841027283,
            "stop": 841029253
        },
        {
            "start": 841030223,
            "stop": 841035341
        },
        {
            "start": 841036451,
            "stop": 841043525
        },
        {
            "start": 841044607,
            "stop": 841046769
        },
        {
            "start": 841047896,
            "stop": 841050468
        },
        {
            "start": 841052096,
            "stop": 841053589
        },
        {
            "start": 841054634,
            "stop": 841066873
        },
        {
            "start": 841066897,
            "stop": 841066898
        },
        {
            "start": 841067783,
            "stop": 841068474
        },
        {
            "start": 841072985,
            "stop": 841073001
        },
        {
            "start": 841077140,
            "stop": 841077202
        },
        {
            "start": 841077786,
            "stop": 841077826
        },
        {
            "start": 841079312,
            "stop": 841079894
        },
        {
            "start": 841079960,
            "stop": 841084446
        },
        {
            "start": 841089475,
            "stop": 841091173
        },
        {
            "start": 841091238,
            "stop": 841094259
        }
    ]
}