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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=38",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 39,
    "results": [
        {
            "start": 1261827438,
            "stop": 1261830570
        },
        {
            "start": 1261830684,
            "stop": 1261899926
        },
        {
            "start": 1261899928,
            "stop": 1261924223
        },
        {
            "start": 1261924283,
            "stop": 1261925212
        },
        {
            "start": 1261943901,
            "stop": 1261995833
        },
        {
            "start": 1261998409,
            "stop": 1262093329
        },
        {
            "start": 1262093469,
            "stop": 1262118338
        },
        {
            "start": 1262118647,
            "stop": 1262128835
        },
        {
            "start": 1262129143,
            "stop": 1262192988
        },
        {
            "start": 1262193380,
            "stop": 1262197881
        },
        {
            "start": 1262198013,
            "stop": 1262294858
        },
        {
            "start": 1262295316,
            "stop": 1262319650
        },
        {
            "start": 1262319652,
            "stop": 1262357909
        },
        {
            "start": 1262358911,
            "stop": 1262361508
        },
        {
            "start": 1262362207,
            "stop": 1262369347
        },
        {
            "start": 1262369349,
            "stop": 1262405998
        },
        {
            "start": 1262406142,
            "stop": 1262412153
        },
        {
            "start": 1262414988,
            "stop": 1262416163
        },
        {
            "start": 1262430218,
            "stop": 1262431359
        },
        {
            "start": 1262432601,
            "stop": 1262433008
        }
    ]
}