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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=139",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 140,
    "results": [
        {
            "start": 1176721622,
            "stop": 1176721643
        },
        {
            "start": 1176721645,
            "stop": 1176721670
        },
        {
            "start": 1176721671,
            "stop": 1176721672
        },
        {
            "start": 1176721675,
            "stop": 1176721696
        },
        {
            "start": 1176721700,
            "stop": 1176721708
        },
        {
            "start": 1176721712,
            "stop": 1176721715
        },
        {
            "start": 1176721716,
            "stop": 1176721717
        },
        {
            "start": 1176721719,
            "stop": 1176721722
        },
        {
            "start": 1176721724,
            "stop": 1176721727
        },
        {
            "start": 1176721728,
            "stop": 1176721737
        },
        {
            "start": 1176721746,
            "stop": 1176721748
        },
        {
            "start": 1176721750,
            "stop": 1176721779
        },
        {
            "start": 1176721783,
            "stop": 1176721784
        },
        {
            "start": 1176721786,
            "stop": 1176721888
        },
        {
            "start": 1176721889,
            "stop": 1176721890
        },
        {
            "start": 1176721892,
            "stop": 1176721893
        },
        {
            "start": 1176721895,
            "stop": 1176721962
        },
        {
            "start": 1176721963,
            "stop": 1176721966
        },
        {
            "start": 1176721967,
            "stop": 1176721975
        },
        {
            "start": 1176721983,
            "stop": 1176721991
        }
    ]
}