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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=128",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 129,
    "results": [
        {
            "start": 1264199402,
            "stop": 1264199440
        },
        {
            "start": 1264199481,
            "stop": 1264199495
        },
        {
            "start": 1264199496,
            "stop": 1264199501
        },
        {
            "start": 1264199510,
            "stop": 1264200611
        },
        {
            "start": 1264200614,
            "stop": 1264231288
        },
        {
            "start": 1264231290,
            "stop": 1264233047
        },
        {
            "start": 1264233049,
            "stop": 1264234505
        },
        {
            "start": 1264234507,
            "stop": 1264235247
        },
        {
            "start": 1264235249,
            "stop": 1264243552
        },
        {
            "start": 1264243554,
            "stop": 1264250608
        },
        {
            "start": 1264250611,
            "stop": 1264251138
        },
        {
            "start": 1264251140,
            "stop": 1264251146
        },
        {
            "start": 1264251148,
            "stop": 1264251154
        },
        {
            "start": 1264251157,
            "stop": 1264251164
        },
        {
            "start": 1264251166,
            "stop": 1264251200
        },
        {
            "start": 1264251201,
            "stop": 1264251208
        },
        {
            "start": 1264251210,
            "stop": 1264251420
        },
        {
            "start": 1264251422,
            "stop": 1264251427
        },
        {
            "start": 1264251430,
            "stop": 1264251447
        },
        {
            "start": 1264251448,
            "stop": 1264251464
        }
    ]
}