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=545
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=546",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=544",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 545,
    "results": [
        {
            "start": 1264837158,
            "stop": 1264837217
        },
        {
            "start": 1264837219,
            "stop": 1264837439
        },
        {
            "start": 1264837441,
            "stop": 1264837446
        },
        {
            "start": 1264837448,
            "stop": 1264837487
        },
        {
            "start": 1264837490,
            "stop": 1264837513
        },
        {
            "start": 1264837515,
            "stop": 1264837618
        },
        {
            "start": 1264837620,
            "stop": 1264837644
        },
        {
            "start": 1264837646,
            "stop": 1264837902
        },
        {
            "start": 1264837903,
            "stop": 1264837956
        },
        {
            "start": 1264837959,
            "stop": 1264837970
        },
        {
            "start": 1264837972,
            "stop": 1264838024
        },
        {
            "start": 1264838025,
            "stop": 1264838036
        },
        {
            "start": 1264838038,
            "stop": 1264838072
        },
        {
            "start": 1264838074,
            "stop": 1264838187
        },
        {
            "start": 1264838189,
            "stop": 1264838270
        },
        {
            "start": 1264838273,
            "stop": 1264838365
        },
        {
            "start": 1264838368,
            "stop": 1264838499
        },
        {
            "start": 1264838501,
            "stop": 1264838539
        },
        {
            "start": 1264838542,
            "stop": 1264838559
        },
        {
            "start": 1264838563,
            "stop": 1264838567
        }
    ]
}