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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=156",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 157,
    "results": [
        {
            "start": 831413921,
            "stop": 831419053
        },
        {
            "start": 831419734,
            "stop": 831420133
        },
        {
            "start": 831421294,
            "stop": 831454693
        },
        {
            "start": 831455617,
            "stop": 831465591
        },
        {
            "start": 831466567,
            "stop": 831475503
        },
        {
            "start": 831476218,
            "stop": 831484012
        },
        {
            "start": 831484876,
            "stop": 831495673
        },
        {
            "start": 831495684,
            "stop": 831495685
        },
        {
            "start": 831505433,
            "stop": 831510524
        },
        {
            "start": 831511714,
            "stop": 831518625
        },
        {
            "start": 831520539,
            "stop": 831552273
        },
        {
            "start": 831552542,
            "stop": 831552792
        },
        {
            "start": 831554274,
            "stop": 831569527
        },
        {
            "start": 831570998,
            "stop": 831582587
        },
        {
            "start": 831585467,
            "stop": 831588733
        },
        {
            "start": 831589400,
            "stop": 831591508
        },
        {
            "start": 831595158,
            "stop": 831609916
        },
        {
            "start": 831614685,
            "stop": 831616695
        },
        {
            "start": 831617590,
            "stop": 831621193
        },
        {
            "start": 831622235,
            "stop": 831630972
        }
    ]
}