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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=289",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 290,
    "results": [
        {
            "start": 821185422,
            "stop": 821185464
        },
        {
            "start": 821185471,
            "stop": 821185821
        },
        {
            "start": 821185822,
            "stop": 821186076
        },
        {
            "start": 821209846,
            "stop": 821216642
        },
        {
            "start": 821216649,
            "stop": 821216992
        },
        {
            "start": 821217713,
            "stop": 821217828
        },
        {
            "start": 821218510,
            "stop": 821219107
        },
        {
            "start": 821219110,
            "stop": 821222098
        },
        {
            "start": 821222677,
            "stop": 821222713
        },
        {
            "start": 821225176,
            "stop": 821227786
        },
        {
            "start": 821227793,
            "stop": 821231713
        },
        {
            "start": 821231721,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232451
        },
        {
            "start": 821232690,
            "stop": 821232907
        },
        {
            "start": 821232910,
            "stop": 821233010
        },
        {
            "start": 821233013,
            "stop": 821233197
        },
        {
            "start": 821233200,
            "stop": 821233445
        },
        {
            "start": 821233448,
            "stop": 821233513
        },
        {
            "start": 821233516,
            "stop": 821233668
        },
        {
            "start": 821233671,
            "stop": 821233856
        }
    ]
}