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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16566",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16567,
    "results": [
        {
            "start": 874685644,
            "stop": 874685672
        },
        {
            "start": 874685673,
            "stop": 874685677
        },
        {
            "start": 874685678,
            "stop": 874685732
        },
        {
            "start": 874685733,
            "stop": 874685777
        },
        {
            "start": 874685778,
            "stop": 874685813
        },
        {
            "start": 874685814,
            "stop": 874685831
        },
        {
            "start": 874685832,
            "stop": 874685833
        },
        {
            "start": 874685834,
            "stop": 874685863
        },
        {
            "start": 874685864,
            "stop": 874685890
        },
        {
            "start": 874685893,
            "stop": 874685999
        },
        {
            "start": 874686001,
            "stop": 874686060
        },
        {
            "start": 874686062,
            "stop": 874686116
        },
        {
            "start": 874686118,
            "stop": 874686135
        },
        {
            "start": 874686138,
            "stop": 874686152
        },
        {
            "start": 874686158,
            "stop": 874686159
        },
        {
            "start": 874686163,
            "stop": 874686177
        },
        {
            "start": 874686179,
            "stop": 874686191
        },
        {
            "start": 874686194,
            "stop": 874686246
        },
        {
            "start": 874686248,
            "stop": 874686288
        },
        {
            "start": 874686290,
            "stop": 874686295
        }
    ]
}