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=609
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=610",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=608",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 609,
    "results": [
        {
            "start": 1265098830,
            "stop": 1265099798
        },
        {
            "start": 1265099799,
            "stop": 1265099803
        },
        {
            "start": 1265099804,
            "stop": 1265100002
        },
        {
            "start": 1265100005,
            "stop": 1265101012
        },
        {
            "start": 1265101013,
            "stop": 1265101047
        },
        {
            "start": 1265101048,
            "stop": 1265101050
        },
        {
            "start": 1265101051,
            "stop": 1265101672
        },
        {
            "start": 1265101675,
            "stop": 1265102398
        },
        {
            "start": 1265102403,
            "stop": 1265102492
        },
        {
            "start": 1265102494,
            "stop": 1265102753
        },
        {
            "start": 1265102756,
            "stop": 1265106172
        },
        {
            "start": 1265106244,
            "stop": 1265108151
        },
        {
            "start": 1265108155,
            "stop": 1265112538
        },
        {
            "start": 1265112542,
            "stop": 1265113330
        },
        {
            "start": 1265113333,
            "stop": 1265114874
        },
        {
            "start": 1265114877,
            "stop": 1265117579
        },
        {
            "start": 1265117580,
            "stop": 1265117588
        },
        {
            "start": 1265117589,
            "stop": 1265118580
        },
        {
            "start": 1265118584,
            "stop": 1265120291
        },
        {
            "start": 1265120292,
            "stop": 1265121500
        }
    ]
}