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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3308",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3309,
    "results": [
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032888,
            "stop": 875033280
        },
        {
            "start": 875033400,
            "stop": 875035080
        },
        {
            "start": 875035140,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875038500
        },
        {
            "start": 875038560,
            "stop": 875039220
        },
        {
            "start": 875039280,
            "stop": 875039460
        },
        {
            "start": 875039520,
            "stop": 875041560
        },
        {
            "start": 875042981,
            "stop": 875043780
        },
        {
            "start": 875043840,
            "stop": 875043934
        },
        {
            "start": 875043937,
            "stop": 875043939
        },
        {
            "start": 875043948,
            "stop": 875044200
        },
        {
            "start": 875044260,
            "stop": 875047440
        },
        {
            "start": 875047500,
            "stop": 875049120
        },
        {
            "start": 875049180,
            "stop": 875053200
        },
        {
            "start": 875053260,
            "stop": 875053560
        },
        {
            "start": 875053620,
            "stop": 875054700
        },
        {
            "start": 875054760,
            "stop": 875055958
        }
    ]
}