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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=44",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 45,
    "results": [
        {
            "start": 1173102170,
            "stop": 1173104615
        },
        {
            "start": 1173104617,
            "stop": 1173114716
        },
        {
            "start": 1173116020,
            "stop": 1173116512
        },
        {
            "start": 1173116514,
            "stop": 1173116519
        },
        {
            "start": 1173116521,
            "stop": 1173116549
        },
        {
            "start": 1173116551,
            "stop": 1173116579
        },
        {
            "start": 1173116581,
            "stop": 1173122439
        },
        {
            "start": 1173128431,
            "stop": 1173136402
        },
        {
            "start": 1173141413,
            "stop": 1173165552
        },
        {
            "start": 1173171307,
            "stop": 1173171603
        },
        {
            "start": 1173171732,
            "stop": 1173178687
        },
        {
            "start": 1173178689,
            "stop": 1173183556
        },
        {
            "start": 1173183557,
            "stop": 1173183560
        },
        {
            "start": 1173183561,
            "stop": 1173187847
        },
        {
            "start": 1173188679,
            "stop": 1173203660
        },
        {
            "start": 1173207542,
            "stop": 1173220839
        },
        {
            "start": 1173220841,
            "stop": 1173222630
        },
        {
            "start": 1173222632,
            "stop": 1173224056
        },
        {
            "start": 1173224058,
            "stop": 1173231577
        },
        {
            "start": 1173233419,
            "stop": 1173233454
        }
    ]
}