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=5124
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=5125",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5123",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5124,
    "results": [
        {
            "start": 1136986563,
            "stop": 1136986583
        },
        {
            "start": 1136986585,
            "stop": 1136986605
        },
        {
            "start": 1136986607,
            "stop": 1136986612
        },
        {
            "start": 1136986613,
            "stop": 1136986624
        },
        {
            "start": 1136986626,
            "stop": 1136986637
        },
        {
            "start": 1136986639,
            "stop": 1136986646
        },
        {
            "start": 1136986647,
            "stop": 1136986656
        },
        {
            "start": 1136986657,
            "stop": 1136986682
        },
        {
            "start": 1136986686,
            "stop": 1136986727
        },
        {
            "start": 1136986728,
            "stop": 1136986748
        },
        {
            "start": 1136986750,
            "stop": 1136986768
        },
        {
            "start": 1136986771,
            "stop": 1136986791
        },
        {
            "start": 1136986796,
            "stop": 1136986810
        },
        {
            "start": 1136986812,
            "stop": 1136986818
        },
        {
            "start": 1136986819,
            "stop": 1136986837
        },
        {
            "start": 1136986839,
            "stop": 1136986909
        },
        {
            "start": 1136986911,
            "stop": 1136986927
        },
        {
            "start": 1136986929,
            "stop": 1136986930
        },
        {
            "start": 1136986932,
            "stop": 1136986947
        },
        {
            "start": 1136986950,
            "stop": 1136986985
        }
    ]
}