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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 91,
    "results": [
        {
            "start": 1407056370,
            "stop": 1407056877
        },
        {
            "start": 1407056882,
            "stop": 1407061937
        },
        {
            "start": 1407061942,
            "stop": 1407067567
        },
        {
            "start": 1407067569,
            "stop": 1407068700
        },
        {
            "start": 1407068703,
            "stop": 1407073815
        },
        {
            "start": 1407089405,
            "stop": 1407090125
        },
        {
            "start": 1407090129,
            "stop": 1407092799
        },
        {
            "start": 1407093168,
            "stop": 1407096328
        },
        {
            "start": 1407096331,
            "stop": 1407104187
        },
        {
            "start": 1407104192,
            "stop": 1407105210
        },
        {
            "start": 1407105214,
            "stop": 1407108875
        },
        {
            "start": 1407108878,
            "stop": 1407109368
        },
        {
            "start": 1407109372,
            "stop": 1407113395
        },
        {
            "start": 1407113398,
            "stop": 1407126237
        },
        {
            "start": 1407126239,
            "stop": 1407128305
        },
        {
            "start": 1407128308,
            "stop": 1407133982
        },
        {
            "start": 1407133987,
            "stop": 1407136287
        },
        {
            "start": 1407136292,
            "stop": 1407138362
        },
        {
            "start": 1407138367,
            "stop": 1407139054
        },
        {
            "start": 1407157868,
            "stop": 1407159020
        }
    ]
}