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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=221",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 222,
    "results": [
        {
            "start": 1262205818,
            "stop": 1262206187
        },
        {
            "start": 1262206188,
            "stop": 1262206495
        },
        {
            "start": 1262206497,
            "stop": 1262206549
        },
        {
            "start": 1262206550,
            "stop": 1262206776
        },
        {
            "start": 1262206778,
            "stop": 1262206780
        },
        {
            "start": 1262206781,
            "stop": 1262206940
        },
        {
            "start": 1262206943,
            "stop": 1262207701
        },
        {
            "start": 1262207705,
            "stop": 1262207859
        },
        {
            "start": 1262207864,
            "stop": 1262208219
        },
        {
            "start": 1262208222,
            "stop": 1262208460
        },
        {
            "start": 1262208461,
            "stop": 1262208984
        },
        {
            "start": 1262208985,
            "stop": 1262209283
        },
        {
            "start": 1262209288,
            "stop": 1262209392
        },
        {
            "start": 1262209398,
            "stop": 1262209594
        },
        {
            "start": 1262209595,
            "stop": 1262210062
        },
        {
            "start": 1262210063,
            "stop": 1262210221
        },
        {
            "start": 1262210224,
            "stop": 1262210276
        },
        {
            "start": 1262210281,
            "stop": 1262210571
        },
        {
            "start": 1262210573,
            "stop": 1262211157
        },
        {
            "start": 1262211158,
            "stop": 1262211427
        }
    ]
}