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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=629",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=627",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 628,
    "results": [
        {
            "start": 1265599877,
            "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": 1265604667
        },
        {
            "start": 1265604670,
            "stop": 1265606657
        },
        {
            "start": 1265606658,
            "stop": 1265606660
        },
        {
            "start": 1265606661,
            "stop": 1265606667
        },
        {
            "start": 1265606669,
            "stop": 1265606671
        },
        {
            "start": 1265606672,
            "stop": 1265606673
        },
        {
            "start": 1265606677,
            "stop": 1265606678
        },
        {
            "start": 1265606680,
            "stop": 1265606689
        },
        {
            "start": 1265606692,
            "stop": 1265606697
        }
    ]
}