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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5140",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5141,
    "results": [
        {
            "start": 1136992704,
            "stop": 1136992712
        },
        {
            "start": 1136992714,
            "stop": 1136992727
        },
        {
            "start": 1136992729,
            "stop": 1136992740
        },
        {
            "start": 1136992742,
            "stop": 1136992750
        },
        {
            "start": 1136992752,
            "stop": 1136992787
        },
        {
            "start": 1136992789,
            "stop": 1136992799
        },
        {
            "start": 1136992801,
            "stop": 1136992811
        },
        {
            "start": 1136992813,
            "stop": 1136992814
        },
        {
            "start": 1136992816,
            "stop": 1136992839
        },
        {
            "start": 1136992841,
            "stop": 1136992861
        },
        {
            "start": 1136992863,
            "stop": 1136992870
        },
        {
            "start": 1136992872,
            "stop": 1136992884
        },
        {
            "start": 1136992886,
            "stop": 1136992908
        },
        {
            "start": 1136992909,
            "stop": 1136992931
        },
        {
            "start": 1136992934,
            "stop": 1136992938
        },
        {
            "start": 1136992941,
            "stop": 1136992943
        },
        {
            "start": 1136992945,
            "stop": 1136992953
        },
        {
            "start": 1136992955,
            "stop": 1136992966
        },
        {
            "start": 1136992968,
            "stop": 1136992978
        },
        {
            "start": 1136992980,
            "stop": 1136992989
        }
    ]
}