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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1744",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1742",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1743,
    "results": [
        {
            "start": 1249382916,
            "stop": 1249382917
        },
        {
            "start": 1249382925,
            "stop": 1249382932
        },
        {
            "start": 1249382934,
            "stop": 1249382935
        },
        {
            "start": 1249382937,
            "stop": 1249382946
        },
        {
            "start": 1249382947,
            "stop": 1249382951
        },
        {
            "start": 1249382953,
            "stop": 1249382954
        },
        {
            "start": 1249382960,
            "stop": 1249382964
        },
        {
            "start": 1249382979,
            "stop": 1249382980
        },
        {
            "start": 1249382986,
            "stop": 1249382989
        },
        {
            "start": 1249382991,
            "stop": 1249383000
        },
        {
            "start": 1249383001,
            "stop": 1249383003
        },
        {
            "start": 1249383011,
            "stop": 1249383023
        },
        {
            "start": 1249383028,
            "stop": 1249383029
        },
        {
            "start": 1249383040,
            "stop": 1249383042
        },
        {
            "start": 1249383051,
            "stop": 1249383089
        },
        {
            "start": 1249383092,
            "stop": 1249383095
        },
        {
            "start": 1249383107,
            "stop": 1249383110
        },
        {
            "start": 1249383119,
            "stop": 1249383120
        },
        {
            "start": 1249383125,
            "stop": 1249383126
        },
        {
            "start": 1249383141,
            "stop": 1249383143
        }
    ]
}