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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=123",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 124,
    "results": [
        {
            "start": 827236984,
            "stop": 827236994
        },
        {
            "start": 827237008,
            "stop": 827237014
        },
        {
            "start": 827237018,
            "stop": 827237033
        },
        {
            "start": 827237042,
            "stop": 827237047
        },
        {
            "start": 827237066,
            "stop": 827237119
        },
        {
            "start": 827237123,
            "stop": 827237130
        },
        {
            "start": 827237134,
            "stop": 827237158
        },
        {
            "start": 827239912,
            "stop": 827249430
        },
        {
            "start": 827249434,
            "stop": 827249574
        },
        {
            "start": 827249583,
            "stop": 827249948
        },
        {
            "start": 827249952,
            "stop": 827250136
        },
        {
            "start": 827250145,
            "stop": 827250194
        },
        {
            "start": 827250198,
            "stop": 827250373
        },
        {
            "start": 827250377,
            "stop": 827250407
        },
        {
            "start": 827250411,
            "stop": 827250452
        },
        {
            "start": 827250461,
            "stop": 827250471
        },
        {
            "start": 827250475,
            "stop": 827250486
        },
        {
            "start": 827250490,
            "stop": 827250505
        },
        {
            "start": 827250509,
            "stop": 827250793
        },
        {
            "start": 827250794,
            "stop": 827250796
        }
    ]
}