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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=276",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 277,
    "results": [
        {
            "start": 1181021821,
            "stop": 1181021870
        },
        {
            "start": 1181021871,
            "stop": 1181021873
        },
        {
            "start": 1181021874,
            "stop": 1181023142
        },
        {
            "start": 1181023143,
            "stop": 1181023240
        },
        {
            "start": 1181023241,
            "stop": 1181023419
        },
        {
            "start": 1181023420,
            "stop": 1181023745
        },
        {
            "start": 1181023746,
            "stop": 1181023839
        },
        {
            "start": 1181024298,
            "stop": 1181025042
        },
        {
            "start": 1181025044,
            "stop": 1181025062
        },
        {
            "start": 1181025064,
            "stop": 1181025065
        },
        {
            "start": 1181025066,
            "stop": 1181025068
        },
        {
            "start": 1181025069,
            "stop": 1181025182
        },
        {
            "start": 1181025187,
            "stop": 1181025473
        },
        {
            "start": 1181025474,
            "stop": 1181025915
        },
        {
            "start": 1181025916,
            "stop": 1181027597
        },
        {
            "start": 1181027599,
            "stop": 1181029554
        },
        {
            "start": 1181029555,
            "stop": 1181032298
        },
        {
            "start": 1181032299,
            "stop": 1181034146
        },
        {
            "start": 1181034147,
            "stop": 1181036199
        },
        {
            "start": 1181036200,
            "stop": 1181036660
        }
    ]
}