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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=879",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=877",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 878,
    "results": [
        {
            "start": 1251092696,
            "stop": 1251092860
        },
        {
            "start": 1251092865,
            "stop": 1251092891
        },
        {
            "start": 1251092895,
            "stop": 1251092900
        },
        {
            "start": 1251092904,
            "stop": 1251092908
        },
        {
            "start": 1251092913,
            "stop": 1251092914
        },
        {
            "start": 1251092918,
            "stop": 1251092921
        },
        {
            "start": 1251092925,
            "stop": 1251093777
        },
        {
            "start": 1251098032,
            "stop": 1251098233
        },
        {
            "start": 1251103848,
            "stop": 1251104648
        },
        {
            "start": 1251136978,
            "stop": 1251137623
        },
        {
            "start": 1251137627,
            "stop": 1251138274
        },
        {
            "start": 1251138275,
            "stop": 1251138277
        },
        {
            "start": 1251138300,
            "stop": 1251138302
        },
        {
            "start": 1251138303,
            "stop": 1251138305
        },
        {
            "start": 1251138308,
            "stop": 1251138309
        },
        {
            "start": 1251138331,
            "stop": 1251138332
        },
        {
            "start": 1251138336,
            "stop": 1251138347
        },
        {
            "start": 1251138349,
            "stop": 1251138353
        },
        {
            "start": 1251138354,
            "stop": 1251138365
        },
        {
            "start": 1251138369,
            "stop": 1251138370
        }
    ]
}