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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 27,
    "results": [
        {
            "start": 1170772975,
            "stop": 1170773007
        },
        {
            "start": 1170773020,
            "stop": 1170773149
        },
        {
            "start": 1170773158,
            "stop": 1170773176
        },
        {
            "start": 1170782626,
            "stop": 1170783827
        },
        {
            "start": 1170784483,
            "stop": 1170801051
        },
        {
            "start": 1170801053,
            "stop": 1170802815
        },
        {
            "start": 1170802901,
            "stop": 1170802918
        },
        {
            "start": 1170802949,
            "stop": 1170814112
        },
        {
            "start": 1170819744,
            "stop": 1170820925
        },
        {
            "start": 1170822686,
            "stop": 1170823695
        },
        {
            "start": 1170823702,
            "stop": 1170823718
        },
        {
            "start": 1170829066,
            "stop": 1170836221
        },
        {
            "start": 1170836223,
            "stop": 1170869384
        },
        {
            "start": 1170869386,
            "stop": 1170897069
        },
        {
            "start": 1170897180,
            "stop": 1170906761
        },
        {
            "start": 1170910933,
            "stop": 1170911528
        },
        {
            "start": 1170911654,
            "stop": 1170917086
        },
        {
            "start": 1170917088,
            "stop": 1170917260
        },
        {
            "start": 1170917262,
            "stop": 1170945704
        },
        {
            "start": 1170949796,
            "stop": 1170950466
        }
    ]
}