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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=187",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 188,
    "results": [
        {
            "start": 1240114148,
            "stop": 1240114266
        },
        {
            "start": 1240114268,
            "stop": 1240114386
        },
        {
            "start": 1240114388,
            "stop": 1240114506
        },
        {
            "start": 1240114508,
            "stop": 1240114626
        },
        {
            "start": 1240114628,
            "stop": 1240114746
        },
        {
            "start": 1240114748,
            "stop": 1240114866
        },
        {
            "start": 1240114868,
            "stop": 1240114986
        },
        {
            "start": 1240114988,
            "stop": 1240115106
        },
        {
            "start": 1240115108,
            "stop": 1240115226
        },
        {
            "start": 1240115228,
            "stop": 1240115346
        },
        {
            "start": 1240115348,
            "stop": 1240115466
        },
        {
            "start": 1240115468,
            "stop": 1240115586
        },
        {
            "start": 1240115588,
            "stop": 1240115706
        },
        {
            "start": 1240115708,
            "stop": 1240115826
        },
        {
            "start": 1240115828,
            "stop": 1240115946
        },
        {
            "start": 1240115948,
            "stop": 1240116066
        },
        {
            "start": 1240116068,
            "stop": 1240116186
        },
        {
            "start": 1240116188,
            "stop": 1240116306
        },
        {
            "start": 1240116308,
            "stop": 1240116426
        },
        {
            "start": 1240116428,
            "stop": 1240116546
        }
    ]
}