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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5184",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5182",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5183,
    "results": [
        {
            "start": 1136272545,
            "stop": 1136272555
        },
        {
            "start": 1136272558,
            "stop": 1136272560
        },
        {
            "start": 1136272562,
            "stop": 1136272575
        },
        {
            "start": 1136272577,
            "stop": 1136272618
        },
        {
            "start": 1136272620,
            "stop": 1136272623
        },
        {
            "start": 1136272625,
            "stop": 1136272636
        },
        {
            "start": 1136272638,
            "stop": 1136272656
        },
        {
            "start": 1136272658,
            "stop": 1136272660
        },
        {
            "start": 1136272662,
            "stop": 1136272668
        },
        {
            "start": 1136272670,
            "stop": 1136272705
        },
        {
            "start": 1136272707,
            "stop": 1136272743
        },
        {
            "start": 1136272745,
            "stop": 1136272754
        },
        {
            "start": 1136272756,
            "stop": 1136272775
        },
        {
            "start": 1136272777,
            "stop": 1136272800
        },
        {
            "start": 1136272802,
            "stop": 1136272820
        },
        {
            "start": 1136272822,
            "stop": 1136272865
        },
        {
            "start": 1136272867,
            "stop": 1136272897
        },
        {
            "start": 1136272899,
            "stop": 1136272938
        },
        {
            "start": 1136272940,
            "stop": 1136272956
        },
        {
            "start": 1136272958,
            "stop": 1136273008
        }
    ]
}