Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1142
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1141",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1142,
    "results": [
        {
            "start": 1136511664,
            "stop": 1136511669
        },
        {
            "start": 1136511672,
            "stop": 1136511674
        },
        {
            "start": 1136511683,
            "stop": 1136511684
        },
        {
            "start": 1136511687,
            "stop": 1136511688
        },
        {
            "start": 1136511691,
            "stop": 1136511699
        },
        {
            "start": 1136511702,
            "stop": 1136511706
        },
        {
            "start": 1136511709,
            "stop": 1136511712
        },
        {
            "start": 1136511715,
            "stop": 1136511718
        },
        {
            "start": 1136511721,
            "stop": 1136511734
        },
        {
            "start": 1136511737,
            "stop": 1136511742
        },
        {
            "start": 1136511745,
            "stop": 1136511747
        },
        {
            "start": 1136511750,
            "stop": 1136511756
        },
        {
            "start": 1136511759,
            "stop": 1136511764
        },
        {
            "start": 1136511767,
            "stop": 1136511771
        },
        {
            "start": 1136511774,
            "stop": 1136511781
        },
        {
            "start": 1136511785,
            "stop": 1136511789
        },
        {
            "start": 1136511793,
            "stop": 1136511800
        },
        {
            "start": 1136511803,
            "stop": 1136511809
        },
        {
            "start": 1136511812,
            "stop": 1136511818
        },
        {
            "start": 1136511821,
            "stop": 1136511828
        }
    ]
}