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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=150",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 151,
    "results": [
        {
            "start": 1135053607,
            "stop": 1135053609
        },
        {
            "start": 1135053612,
            "stop": 1135053617
        },
        {
            "start": 1135053620,
            "stop": 1135053627
        },
        {
            "start": 1135053630,
            "stop": 1135053634
        },
        {
            "start": 1135053637,
            "stop": 1135053642
        },
        {
            "start": 1135053645,
            "stop": 1135053648
        },
        {
            "start": 1135053651,
            "stop": 1135053654
        },
        {
            "start": 1135053657,
            "stop": 1135053661
        },
        {
            "start": 1135053664,
            "stop": 1135053665
        },
        {
            "start": 1135053668,
            "stop": 1135053670
        },
        {
            "start": 1135053673,
            "stop": 1135053677
        },
        {
            "start": 1135053680,
            "stop": 1135053687
        },
        {
            "start": 1135053690,
            "stop": 1135053693
        },
        {
            "start": 1135053696,
            "stop": 1135053699
        },
        {
            "start": 1135053702,
            "stop": 1135053704
        },
        {
            "start": 1135053707,
            "stop": 1135053708
        },
        {
            "start": 1135053711,
            "stop": 1135053712
        },
        {
            "start": 1135053715,
            "stop": 1135053719
        },
        {
            "start": 1135053724,
            "stop": 1135053727
        },
        {
            "start": 1135053730,
            "stop": 1135053733
        }
    ]
}