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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=307",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 308,
    "results": [
        {
            "start": 1263762585,
            "stop": 1263762626
        },
        {
            "start": 1263762631,
            "stop": 1263762942
        },
        {
            "start": 1263762947,
            "stop": 1263763019
        },
        {
            "start": 1263763025,
            "stop": 1263764121
        },
        {
            "start": 1263764122,
            "stop": 1263764437
        },
        {
            "start": 1263764443,
            "stop": 1263764481
        },
        {
            "start": 1263764486,
            "stop": 1263766611
        },
        {
            "start": 1263766612,
            "stop": 1263766997
        },
        {
            "start": 1263766999,
            "stop": 1263767100
        },
        {
            "start": 1263767117,
            "stop": 1263767119
        },
        {
            "start": 1263767123,
            "stop": 1263767413
        },
        {
            "start": 1263767418,
            "stop": 1263767422
        },
        {
            "start": 1263777550,
            "stop": 1263779574
        },
        {
            "start": 1263779579,
            "stop": 1263779686
        },
        {
            "start": 1263779691,
            "stop": 1263781101
        },
        {
            "start": 1263781106,
            "stop": 1263782952
        },
        {
            "start": 1263782954,
            "stop": 1263784839
        },
        {
            "start": 1263784841,
            "stop": 1263785201
        },
        {
            "start": 1263785203,
            "stop": 1263787080
        },
        {
            "start": 1263787083,
            "stop": 1263788266
        }
    ]
}