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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=224",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 225,
    "results": [
        {
            "start": 1240210506,
            "stop": 1240210624
        },
        {
            "start": 1240210626,
            "stop": 1240210744
        },
        {
            "start": 1240210746,
            "stop": 1240210844
        },
        {
            "start": 1240210846,
            "stop": 1240210984
        },
        {
            "start": 1240210986,
            "stop": 1240211104
        },
        {
            "start": 1240211106,
            "stop": 1240211224
        },
        {
            "start": 1240211226,
            "stop": 1240211344
        },
        {
            "start": 1240211346,
            "stop": 1240211464
        },
        {
            "start": 1240211466,
            "stop": 1240211584
        },
        {
            "start": 1240211586,
            "stop": 1240211704
        },
        {
            "start": 1240211706,
            "stop": 1240211824
        },
        {
            "start": 1240211826,
            "stop": 1240211944
        },
        {
            "start": 1240211946,
            "stop": 1240212064
        },
        {
            "start": 1240212066,
            "stop": 1240212184
        },
        {
            "start": 1240212186,
            "stop": 1240212304
        },
        {
            "start": 1240212306,
            "stop": 1240212424
        },
        {
            "start": 1240212426,
            "stop": 1240212544
        },
        {
            "start": 1240212546,
            "stop": 1240212664
        },
        {
            "start": 1240212666,
            "stop": 1240212784
        },
        {
            "start": 1240212786,
            "stop": 1240212904
        }
    ]
}