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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=24",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 25,
    "results": [
        {
            "start": 1249871825,
            "stop": 1249881718
        },
        {
            "start": 1250017379,
            "stop": 1250020744
        },
        {
            "start": 1250031072,
            "stop": 1250058780
        },
        {
            "start": 1250058900,
            "stop": 1250125353
        },
        {
            "start": 1250136801,
            "stop": 1250188781
        },
        {
            "start": 1250196962,
            "stop": 1250219087
        },
        {
            "start": 1250228591,
            "stop": 1250242090
        },
        {
            "start": 1250242196,
            "stop": 1250264374
        },
        {
            "start": 1250264473,
            "stop": 1250285415
        },
        {
            "start": 1250297137,
            "stop": 1250297174
        },
        {
            "start": 1250302730,
            "stop": 1250347516
        },
        {
            "start": 1250377317,
            "stop": 1250407423
        },
        {
            "start": 1250414459,
            "stop": 1250438597
        },
        {
            "start": 1250447698,
            "stop": 1250454720
        },
        {
            "start": 1250454780,
            "stop": 1250460530
        },
        {
            "start": 1250473129,
            "stop": 1250506298
        },
        {
            "start": 1250506411,
            "stop": 1250527682
        },
        {
            "start": 1250539217,
            "stop": 1250539680
        },
        {
            "start": 1250539920,
            "stop": 1250542586
        },
        {
            "start": 1250551601,
            "stop": 1250628515
        }
    ]
}