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=716
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=717",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=715",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 716,
    "results": [
        {
            "start": 1267166045,
            "stop": 1267172935
        },
        {
            "start": 1267172938,
            "stop": 1267174311
        },
        {
            "start": 1267174313,
            "stop": 1267174949
        },
        {
            "start": 1267174954,
            "stop": 1267175591
        },
        {
            "start": 1267175594,
            "stop": 1267175809
        },
        {
            "start": 1267175813,
            "stop": 1267178370
        },
        {
            "start": 1267178375,
            "stop": 1267179831
        },
        {
            "start": 1267179834,
            "stop": 1267184250
        },
        {
            "start": 1267184254,
            "stop": 1267184722
        },
        {
            "start": 1267184723,
            "stop": 1267187341
        },
        {
            "start": 1267187344,
            "stop": 1267189513
        },
        {
            "start": 1267189518,
            "stop": 1267190945
        },
        {
            "start": 1267190948,
            "stop": 1267197148
        },
        {
            "start": 1267197149,
            "stop": 1267197261
        },
        {
            "start": 1267197264,
            "stop": 1267198765
        },
        {
            "start": 1267198768,
            "stop": 1267202387
        },
        {
            "start": 1267202391,
            "stop": 1267202904
        },
        {
            "start": 1267202906,
            "stop": 1267204691
        },
        {
            "start": 1267204696,
            "stop": 1267206092
        },
        {
            "start": 1267206094,
            "stop": 1267210063
        }
    ]
}