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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=104",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 105,
    "results": [
        {
            "start": 1175842508,
            "stop": 1175842529
        },
        {
            "start": 1175842530,
            "stop": 1175842687
        },
        {
            "start": 1175842691,
            "stop": 1175842692
        },
        {
            "start": 1175842693,
            "stop": 1175843452
        },
        {
            "start": 1175843454,
            "stop": 1175843543
        },
        {
            "start": 1175843548,
            "stop": 1175843556
        },
        {
            "start": 1175843557,
            "stop": 1175843664
        },
        {
            "start": 1175843665,
            "stop": 1175844116
        },
        {
            "start": 1175844118,
            "stop": 1175844148
        },
        {
            "start": 1175844149,
            "stop": 1175844156
        },
        {
            "start": 1175844161,
            "stop": 1175844167
        },
        {
            "start": 1175844168,
            "stop": 1175844188
        },
        {
            "start": 1175844189,
            "stop": 1175844217
        },
        {
            "start": 1175844219,
            "stop": 1175844341
        },
        {
            "start": 1175844342,
            "stop": 1175844391
        },
        {
            "start": 1175844392,
            "stop": 1175844400
        },
        {
            "start": 1175844401,
            "stop": 1175844491
        },
        {
            "start": 1175844493,
            "stop": 1175844496
        },
        {
            "start": 1175844497,
            "stop": 1175844526
        },
        {
            "start": 1175844527,
            "stop": 1175844543
        }
    ]
}