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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=366",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 367,
    "results": [
        {
            "start": 1265565920,
            "stop": 1265572779
        },
        {
            "start": 1265575568,
            "stop": 1265575649
        },
        {
            "start": 1265575691,
            "stop": 1265580096
        },
        {
            "start": 1265580097,
            "stop": 1265602794
        },
        {
            "start": 1265602795,
            "stop": 1265602834
        },
        {
            "start": 1265602836,
            "stop": 1265602903
        },
        {
            "start": 1265602904,
            "stop": 1265602954
        },
        {
            "start": 1265602955,
            "stop": 1265603485
        },
        {
            "start": 1265603486,
            "stop": 1265603523
        },
        {
            "start": 1265603524,
            "stop": 1265603539
        },
        {
            "start": 1265603540,
            "stop": 1265603542
        },
        {
            "start": 1265603543,
            "stop": 1265603547
        },
        {
            "start": 1265603548,
            "stop": 1265603549
        },
        {
            "start": 1265603550,
            "stop": 1265603588
        },
        {
            "start": 1265603589,
            "stop": 1265606657
        },
        {
            "start": 1265606658,
            "stop": 1265606660
        },
        {
            "start": 1265606661,
            "stop": 1265606667
        },
        {
            "start": 1265606669,
            "stop": 1265606671
        },
        {
            "start": 1265606672,
            "stop": 1265606673
        },
        {
            "start": 1265606677,
            "stop": 1265606678
        }
    ]
}