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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=155",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 156,
    "results": [
        {
            "start": 831237740,
            "stop": 831242113
        },
        {
            "start": 831243158,
            "stop": 831247093
        },
        {
            "start": 831248645,
            "stop": 831249662
        },
        {
            "start": 831249746,
            "stop": 831263338
        },
        {
            "start": 831264302,
            "stop": 831264553
        },
        {
            "start": 831267235,
            "stop": 831273236
        },
        {
            "start": 831274789,
            "stop": 831277153
        },
        {
            "start": 831277678,
            "stop": 831312252
        },
        {
            "start": 831314216,
            "stop": 831323473
        },
        {
            "start": 831324643,
            "stop": 831331559
        },
        {
            "start": 831332719,
            "stop": 831343993
        },
        {
            "start": 831345338,
            "stop": 831350953
        },
        {
            "start": 831351880,
            "stop": 831353426
        },
        {
            "start": 831353479,
            "stop": 831353691
        },
        {
            "start": 831353797,
            "stop": 831355217
        },
        {
            "start": 831359271,
            "stop": 831396057
        },
        {
            "start": 831396837,
            "stop": 831399913
        },
        {
            "start": 831399947,
            "stop": 831399949
        },
        {
            "start": 831400068,
            "stop": 831402013
        },
        {
            "start": 831404246,
            "stop": 831412628
        }
    ]
}