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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=22",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 23,
    "results": [
        {
            "start": 1248435935,
            "stop": 1248455991
        },
        {
            "start": 1248463179,
            "stop": 1248469306
        },
        {
            "start": 1248473427,
            "stop": 1248500420
        },
        {
            "start": 1248508635,
            "stop": 1248533196
        },
        {
            "start": 1248564043,
            "stop": 1248565672
        },
        {
            "start": 1248580885,
            "stop": 1248621975
        },
        {
            "start": 1248683709,
            "stop": 1248715845
        },
        {
            "start": 1248718640,
            "stop": 1248720747
        },
        {
            "start": 1248736940,
            "stop": 1248775747
        },
        {
            "start": 1248797183,
            "stop": 1248829995
        },
        {
            "start": 1248830128,
            "stop": 1248868672
        },
        {
            "start": 1248876537,
            "stop": 1248911712
        },
        {
            "start": 1248911788,
            "stop": 1248950082
        },
        {
            "start": 1248959455,
            "stop": 1248979949
        },
        {
            "start": 1248980060,
            "stop": 1249000165
        },
        {
            "start": 1249000654,
            "stop": 1249077952
        },
        {
            "start": 1249093442,
            "stop": 1249101026
        },
        {
            "start": 1249126626,
            "stop": 1249137946
        },
        {
            "start": 1249163427,
            "stop": 1249184524
        },
        {
            "start": 1249196257,
            "stop": 1249236401
        }
    ]
}