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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1287",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1288,
    "results": [
        {
            "start": 959581806,
            "stop": 959581811
        },
        {
            "start": 959581813,
            "stop": 959581883
        },
        {
            "start": 959581885,
            "stop": 959581909
        },
        {
            "start": 959581911,
            "stop": 959582042
        },
        {
            "start": 959582044,
            "stop": 959582130
        },
        {
            "start": 959582131,
            "stop": 959582145
        },
        {
            "start": 959582148,
            "stop": 959582241
        },
        {
            "start": 959582244,
            "stop": 959582431
        },
        {
            "start": 959582433,
            "stop": 959582789
        },
        {
            "start": 959582791,
            "stop": 959583056
        },
        {
            "start": 959583829,
            "stop": 959588528
        },
        {
            "start": 959588529,
            "stop": 959590141
        },
        {
            "start": 959590143,
            "stop": 959593437
        },
        {
            "start": 959595765,
            "stop": 959596276
        },
        {
            "start": 959596278,
            "stop": 959596312
        },
        {
            "start": 959596314,
            "stop": 959596510
        },
        {
            "start": 959596512,
            "stop": 959596874
        },
        {
            "start": 959596876,
            "stop": 959596946
        },
        {
            "start": 959596948,
            "stop": 959597171
        },
        {
            "start": 959597173,
            "stop": 959597471
        }
    ]
}