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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=333",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 334,
    "results": [
        {
            "start": 1240252385,
            "stop": 1240252504
        },
        {
            "start": 1240252505,
            "stop": 1240252624
        },
        {
            "start": 1240252625,
            "stop": 1240252697
        },
        {
            "start": 1240252698,
            "stop": 1240252744
        },
        {
            "start": 1240252745,
            "stop": 1240252864
        },
        {
            "start": 1240252865,
            "stop": 1240252984
        },
        {
            "start": 1240252985,
            "stop": 1240253104
        },
        {
            "start": 1240253105,
            "stop": 1240253224
        },
        {
            "start": 1240253225,
            "stop": 1240253344
        },
        {
            "start": 1240253345,
            "stop": 1240253464
        },
        {
            "start": 1240253465,
            "stop": 1240253475
        },
        {
            "start": 1240253476,
            "stop": 1240253584
        },
        {
            "start": 1240253585,
            "stop": 1240253704
        },
        {
            "start": 1240253705,
            "stop": 1240253824
        },
        {
            "start": 1240253825,
            "stop": 1240253910
        },
        {
            "start": 1240253913,
            "stop": 1240253944
        },
        {
            "start": 1240253945,
            "stop": 1240254064
        },
        {
            "start": 1240254065,
            "stop": 1240254184
        },
        {
            "start": 1240254185,
            "stop": 1240254304
        },
        {
            "start": 1240254305,
            "stop": 1240254424
        }
    ]
}