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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 87,
    "results": [
        {
            "start": 1406192737,
            "stop": 1406205711
        },
        {
            "start": 1406205716,
            "stop": 1406214583
        },
        {
            "start": 1406214586,
            "stop": 1406236921
        },
        {
            "start": 1406236924,
            "stop": 1406246537
        },
        {
            "start": 1406254475,
            "stop": 1406255491
        },
        {
            "start": 1406256578,
            "stop": 1406265340
        },
        {
            "start": 1406265345,
            "stop": 1406271182
        },
        {
            "start": 1406271186,
            "stop": 1406273146
        },
        {
            "start": 1406273151,
            "stop": 1406275082
        },
        {
            "start": 1406275086,
            "stop": 1406278096
        },
        {
            "start": 1406278099,
            "stop": 1406295101
        },
        {
            "start": 1406329408,
            "stop": 1406352107
        },
        {
            "start": 1406352109,
            "stop": 1406367729
        },
        {
            "start": 1406367732,
            "stop": 1406369483
        },
        {
            "start": 1406369486,
            "stop": 1406372595
        },
        {
            "start": 1406372600,
            "stop": 1406375750
        },
        {
            "start": 1406375752,
            "stop": 1406379631
        },
        {
            "start": 1406404967,
            "stop": 1406409712
        },
        {
            "start": 1406417974,
            "stop": 1406420665
        },
        {
            "start": 1406420669,
            "stop": 1406432256
        }
    ]
}