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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=406",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 407,
    "results": [
        {
            "start": 1261196986,
            "stop": 1261197274
        },
        {
            "start": 1261197277,
            "stop": 1261198693
        },
        {
            "start": 1261198696,
            "stop": 1261198783
        },
        {
            "start": 1261198786,
            "stop": 1261198797
        },
        {
            "start": 1261198800,
            "stop": 1261198910
        },
        {
            "start": 1261198913,
            "stop": 1261199152
        },
        {
            "start": 1261199155,
            "stop": 1261199862
        },
        {
            "start": 1261199865,
            "stop": 1261200082
        },
        {
            "start": 1261200085,
            "stop": 1261200087
        },
        {
            "start": 1261200089,
            "stop": 1261201043
        },
        {
            "start": 1261201046,
            "stop": 1261201783
        },
        {
            "start": 1261201791,
            "stop": 1261202552
        },
        {
            "start": 1261202554,
            "stop": 1261202627
        },
        {
            "start": 1261202629,
            "stop": 1261202661
        },
        {
            "start": 1261202664,
            "stop": 1261202877
        },
        {
            "start": 1261202880,
            "stop": 1261203275
        },
        {
            "start": 1261203278,
            "stop": 1261203292
        },
        {
            "start": 1261203294,
            "stop": 1261214101
        },
        {
            "start": 1261214104,
            "stop": 1261214500
        },
        {
            "start": 1261214503,
            "stop": 1261219605
        }
    ]
}