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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=269",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 270,
    "results": [
        {
            "start": 850060958,
            "stop": 850061104
        },
        {
            "start": 850061109,
            "stop": 850061134
        },
        {
            "start": 850061137,
            "stop": 850061206
        },
        {
            "start": 850061219,
            "stop": 850061274
        },
        {
            "start": 850061278,
            "stop": 850061362
        },
        {
            "start": 850061380,
            "stop": 850061386
        },
        {
            "start": 850061390,
            "stop": 850061406
        },
        {
            "start": 850061410,
            "stop": 850061415
        },
        {
            "start": 850061419,
            "stop": 850061430
        },
        {
            "start": 850061434,
            "stop": 850061454
        },
        {
            "start": 850061463,
            "stop": 850061474
        },
        {
            "start": 850061477,
            "stop": 850061493
        },
        {
            "start": 850061531,
            "stop": 850061552
        },
        {
            "start": 850061556,
            "stop": 850061571
        },
        {
            "start": 850061574,
            "stop": 850061585
        },
        {
            "start": 850061589,
            "stop": 850061637
        },
        {
            "start": 850061646,
            "stop": 850061652
        },
        {
            "start": 850061656,
            "stop": 850061739
        },
        {
            "start": 850061748,
            "stop": 850061759
        },
        {
            "start": 850061777,
            "stop": 850061788
        }
    ]
}