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=3841
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=3842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3840",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3841,
    "results": [
        {
            "start": 875043840,
            "stop": 875043926
        },
        {
            "start": 875043954,
            "stop": 875044200
        },
        {
            "start": 875044260,
            "stop": 875047440
        },
        {
            "start": 875047500,
            "stop": 875048054
        },
        {
            "start": 875048072,
            "stop": 875049120
        },
        {
            "start": 875049180,
            "stop": 875051582
        },
        {
            "start": 875051599,
            "stop": 875052660
        },
        {
            "start": 875052720,
            "stop": 875052960
        },
        {
            "start": 875053020,
            "stop": 875053080
        },
        {
            "start": 875053140,
            "stop": 875053200
        },
        {
            "start": 875053260,
            "stop": 875053560
        },
        {
            "start": 875053629,
            "stop": 875053765
        },
        {
            "start": 875053782,
            "stop": 875054220
        },
        {
            "start": 875054280,
            "stop": 875054356
        },
        {
            "start": 875054373,
            "stop": 875054700
        },
        {
            "start": 875054760,
            "stop": 875055600
        },
        {
            "start": 875055660,
            "stop": 875055958
        },
        {
            "start": 875058161,
            "stop": 875058663
        },
        {
            "start": 875058666,
            "stop": 875059290
        },
        {
            "start": 875059440,
            "stop": 875060580
        }
    ]
}