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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3767",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3768,
    "results": [
        {
            "start": 874140932,
            "stop": 874145760
        },
        {
            "start": 874145880,
            "stop": 874145904
        },
        {
            "start": 874145944,
            "stop": 874145970
        },
        {
            "start": 874146060,
            "stop": 874147978
        },
        {
            "start": 874147995,
            "stop": 874150320
        },
        {
            "start": 874150380,
            "stop": 874151713
        },
        {
            "start": 874151730,
            "stop": 874152146
        },
        {
            "start": 874152163,
            "stop": 874152209
        },
        {
            "start": 874152226,
            "stop": 874153869
        },
        {
            "start": 874153886,
            "stop": 874154564
        },
        {
            "start": 874154581,
            "stop": 874154960
        },
        {
            "start": 874154964,
            "stop": 874158159
        },
        {
            "start": 874158176,
            "stop": 874159183
        },
        {
            "start": 874159200,
            "stop": 874159366
        },
        {
            "start": 874159383,
            "stop": 874159424
        },
        {
            "start": 874159500,
            "stop": 874160577
        },
        {
            "start": 874160600,
            "stop": 874160625
        },
        {
            "start": 874160644,
            "stop": 874161360
        },
        {
            "start": 874161420,
            "stop": 874162658
        },
        {
            "start": 874181009,
            "stop": 874181340
        }
    ]
}