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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=189",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 190,
    "results": [
        {
            "start": 1240118948,
            "stop": 1240119066
        },
        {
            "start": 1240119068,
            "stop": 1240119186
        },
        {
            "start": 1240119188,
            "stop": 1240119306
        },
        {
            "start": 1240119308,
            "stop": 1240119426
        },
        {
            "start": 1240119428,
            "stop": 1240119546
        },
        {
            "start": 1240119548,
            "stop": 1240119666
        },
        {
            "start": 1240119668,
            "stop": 1240119786
        },
        {
            "start": 1240119788,
            "stop": 1240119906
        },
        {
            "start": 1240119908,
            "stop": 1240120026
        },
        {
            "start": 1240120028,
            "stop": 1240120146
        },
        {
            "start": 1240120148,
            "stop": 1240120246
        },
        {
            "start": 1240120248,
            "stop": 1240120386
        },
        {
            "start": 1240120388,
            "stop": 1240120506
        },
        {
            "start": 1240120508,
            "stop": 1240120626
        },
        {
            "start": 1240120628,
            "stop": 1240120746
        },
        {
            "start": 1240120748,
            "stop": 1240120866
        },
        {
            "start": 1240120868,
            "stop": 1240120986
        },
        {
            "start": 1240120988,
            "stop": 1240121106
        },
        {
            "start": 1240121108,
            "stop": 1240121226
        },
        {
            "start": 1240121228,
            "stop": 1240121346
        }
    ]
}