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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=98",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 99,
    "results": [
        {
            "start": 1239669766,
            "stop": 1239670127
        },
        {
            "start": 1239670246,
            "stop": 1239670417
        },
        {
            "start": 1239670510,
            "stop": 1239690591
        },
        {
            "start": 1239690995,
            "stop": 1239692075
        },
        {
            "start": 1239730999,
            "stop": 1239734731
        },
        {
            "start": 1239736176,
            "stop": 1239739351
        },
        {
            "start": 1239739391,
            "stop": 1239744062
        },
        {
            "start": 1239746131,
            "stop": 1239762092
        },
        {
            "start": 1239769189,
            "stop": 1239769392
        },
        {
            "start": 1239770547,
            "stop": 1239772908
        },
        {
            "start": 1239772909,
            "stop": 1239806987
        },
        {
            "start": 1239824770,
            "stop": 1239824832
        },
        {
            "start": 1239824834,
            "stop": 1239824952
        },
        {
            "start": 1239824954,
            "stop": 1239825072
        },
        {
            "start": 1239825074,
            "stop": 1239825192
        },
        {
            "start": 1239825194,
            "stop": 1239825312
        },
        {
            "start": 1239825314,
            "stop": 1239825432
        },
        {
            "start": 1239825434,
            "stop": 1239825552
        },
        {
            "start": 1239825554,
            "stop": 1239825672
        },
        {
            "start": 1239825674,
            "stop": 1239825792
        }
    ]
}