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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=339",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 340,
    "results": [
        {
            "start": 1250615940,
            "stop": 1250615941
        },
        {
            "start": 1250615942,
            "stop": 1250615946
        },
        {
            "start": 1250615947,
            "stop": 1250615993
        },
        {
            "start": 1250615995,
            "stop": 1250615998
        },
        {
            "start": 1250616001,
            "stop": 1250616003
        },
        {
            "start": 1250616006,
            "stop": 1250616010
        },
        {
            "start": 1250616011,
            "stop": 1250616223
        },
        {
            "start": 1250616224,
            "stop": 1250616235
        },
        {
            "start": 1250616236,
            "stop": 1250616479
        },
        {
            "start": 1250616485,
            "stop": 1250616486
        },
        {
            "start": 1250616488,
            "stop": 1250616489
        },
        {
            "start": 1250616497,
            "stop": 1250617488
        },
        {
            "start": 1250617489,
            "stop": 1250617547
        },
        {
            "start": 1250617548,
            "stop": 1250617558
        },
        {
            "start": 1250617560,
            "stop": 1250617980
        },
        {
            "start": 1250617981,
            "stop": 1250656430
        },
        {
            "start": 1250656431,
            "stop": 1250703006
        },
        {
            "start": 1250703008,
            "stop": 1250703082
        },
        {
            "start": 1250703087,
            "stop": 1250703092
        },
        {
            "start": 1250703095,
            "stop": 1250703179
        }
    ]
}