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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=656",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 657,
    "results": [
        {
            "start": 849555995,
            "stop": 849564253
        },
        {
            "start": 849565220,
            "stop": 849568069
        },
        {
            "start": 849576463,
            "stop": 849630751
        },
        {
            "start": 849630754,
            "stop": 849630758
        },
        {
            "start": 849630765,
            "stop": 849636615
        },
        {
            "start": 849636618,
            "stop": 849637513
        },
        {
            "start": 849680776,
            "stop": 849680952
        },
        {
            "start": 849680972,
            "stop": 849686841
        },
        {
            "start": 849686844,
            "stop": 849689867
        },
        {
            "start": 849689904,
            "stop": 849690492
        },
        {
            "start": 849690512,
            "stop": 849693647
        },
        {
            "start": 849693650,
            "stop": 849693652
        },
        {
            "start": 849693656,
            "stop": 849705277
        },
        {
            "start": 849706362,
            "stop": 849708204
        },
        {
            "start": 849708207,
            "stop": 849708232
        },
        {
            "start": 849708245,
            "stop": 849711123
        },
        {
            "start": 849712714,
            "stop": 849714159
        },
        {
            "start": 849714162,
            "stop": 849717133
        },
        {
            "start": 849717200,
            "stop": 849719470
        },
        {
            "start": 849720590,
            "stop": 849726040
        }
    ]
}