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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 74,
    "results": [
        {
            "start": 1173102170,
            "stop": 1173104615
        },
        {
            "start": 1173104617,
            "stop": 1173114716
        },
        {
            "start": 1173116020,
            "stop": 1173116512
        },
        {
            "start": 1173116515,
            "stop": 1173116519
        },
        {
            "start": 1173116522,
            "stop": 1173116549
        },
        {
            "start": 1173116552,
            "stop": 1173116579
        },
        {
            "start": 1173116582,
            "stop": 1173122439
        },
        {
            "start": 1173128431,
            "stop": 1173136402
        },
        {
            "start": 1173141413,
            "stop": 1173141778
        },
        {
            "start": 1173141782,
            "stop": 1173153263
        },
        {
            "start": 1173153266,
            "stop": 1173165552
        },
        {
            "start": 1173171307,
            "stop": 1173171603
        },
        {
            "start": 1173171732,
            "stop": 1173175420
        },
        {
            "start": 1173175424,
            "stop": 1173178687
        },
        {
            "start": 1173178690,
            "stop": 1173183556
        },
        {
            "start": 1173183557,
            "stop": 1173183560
        },
        {
            "start": 1173183561,
            "stop": 1173187847
        },
        {
            "start": 1173188679,
            "stop": 1173195213
        },
        {
            "start": 1173195217,
            "stop": 1173202716
        },
        {
            "start": 1173202720,
            "stop": 1173203660
        }
    ]
}