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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=676",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=674",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 675,
    "results": [
        {
            "start": 1248609202,
            "stop": 1248609205
        },
        {
            "start": 1248609207,
            "stop": 1248609398
        },
        {
            "start": 1248609400,
            "stop": 1248609404
        },
        {
            "start": 1248609407,
            "stop": 1248609412
        },
        {
            "start": 1248609414,
            "stop": 1248609781
        },
        {
            "start": 1248609784,
            "stop": 1248609786
        },
        {
            "start": 1248609788,
            "stop": 1248609791
        },
        {
            "start": 1248609798,
            "stop": 1248609803
        },
        {
            "start": 1248609806,
            "stop": 1248609811
        },
        {
            "start": 1248609813,
            "stop": 1248609827
        },
        {
            "start": 1248609831,
            "stop": 1248609845
        },
        {
            "start": 1248609849,
            "stop": 1248610031
        },
        {
            "start": 1248610034,
            "stop": 1248610040
        },
        {
            "start": 1248610043,
            "stop": 1248610088
        },
        {
            "start": 1248610092,
            "stop": 1248610112
        },
        {
            "start": 1248610117,
            "stop": 1248614386
        },
        {
            "start": 1248614390,
            "stop": 1248615228
        },
        {
            "start": 1248615233,
            "stop": 1248615297
        },
        {
            "start": 1248615301,
            "stop": 1248615305
        },
        {
            "start": 1248615309,
            "stop": 1248615415
        }
    ]
}