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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=353",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 354,
    "results": [
        {
            "start": 1182541431,
            "stop": 1182541436
        },
        {
            "start": 1182541437,
            "stop": 1182541442
        },
        {
            "start": 1182541443,
            "stop": 1182541466
        },
        {
            "start": 1182541467,
            "stop": 1182541468
        },
        {
            "start": 1182541469,
            "stop": 1182542990
        },
        {
            "start": 1182542991,
            "stop": 1182543168
        },
        {
            "start": 1182543169,
            "stop": 1182543202
        },
        {
            "start": 1182543203,
            "stop": 1182543939
        },
        {
            "start": 1182543941,
            "stop": 1182544143
        },
        {
            "start": 1182544144,
            "stop": 1182545233
        },
        {
            "start": 1182545234,
            "stop": 1182545367
        },
        {
            "start": 1182545368,
            "stop": 1182546000
        },
        {
            "start": 1182546001,
            "stop": 1182546897
        },
        {
            "start": 1182546898,
            "stop": 1182547222
        },
        {
            "start": 1182547224,
            "stop": 1182547259
        },
        {
            "start": 1182547260,
            "stop": 1182547605
        },
        {
            "start": 1182547606,
            "stop": 1182547657
        },
        {
            "start": 1182547658,
            "stop": 1182548890
        },
        {
            "start": 1182548891,
            "stop": 1182548893
        },
        {
            "start": 1182548894,
            "stop": 1182549198
        }
    ]
}