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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=177",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 178,
    "results": [
        {
            "start": 1176908044,
            "stop": 1176908092
        },
        {
            "start": 1176908099,
            "stop": 1176908235
        },
        {
            "start": 1176908238,
            "stop": 1176908282
        },
        {
            "start": 1176908285,
            "stop": 1176908322
        },
        {
            "start": 1176908323,
            "stop": 1176908427
        },
        {
            "start": 1176908428,
            "stop": 1176908497
        },
        {
            "start": 1176908498,
            "stop": 1176908528
        },
        {
            "start": 1176908529,
            "stop": 1176908531
        },
        {
            "start": 1176908532,
            "stop": 1176908541
        },
        {
            "start": 1176908543,
            "stop": 1176908550
        },
        {
            "start": 1176908553,
            "stop": 1176908611
        },
        {
            "start": 1176908613,
            "stop": 1176908641
        },
        {
            "start": 1176908642,
            "stop": 1176908643
        },
        {
            "start": 1176908644,
            "stop": 1176908666
        },
        {
            "start": 1176908669,
            "stop": 1176908674
        },
        {
            "start": 1176908676,
            "stop": 1176909256
        },
        {
            "start": 1176909258,
            "stop": 1176909754
        },
        {
            "start": 1176909756,
            "stop": 1176909776
        },
        {
            "start": 1176909777,
            "stop": 1176909942
        },
        {
            "start": 1176909943,
            "stop": 1176910394
        }
    ]
}