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=3248
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=3249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3247",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3248,
    "results": [
        {
            "start": 872576520,
            "stop": 872576760
        },
        {
            "start": 872576820,
            "stop": 872577000
        },
        {
            "start": 872577120,
            "stop": 872577840
        },
        {
            "start": 872577900,
            "stop": 872581440
        },
        {
            "start": 872581500,
            "stop": 872582744
        },
        {
            "start": 872582925,
            "stop": 872587366
        },
        {
            "start": 872587370,
            "stop": 872591040
        },
        {
            "start": 872591100,
            "stop": 872595240
        },
        {
            "start": 872595360,
            "stop": 872600852
        },
        {
            "start": 872600854,
            "stop": 872604180
        },
        {
            "start": 872604240,
            "stop": 872605760
        },
        {
            "start": 872605764,
            "stop": 872610540
        },
        {
            "start": 872610600,
            "stop": 872612746
        },
        {
            "start": 872612752,
            "stop": 872615280
        },
        {
            "start": 872615340,
            "stop": 872616000
        },
        {
            "start": 872616060,
            "stop": 872617620
        },
        {
            "start": 872617680,
            "stop": 872618298
        },
        {
            "start": 872618302,
            "stop": 872619223
        },
        {
            "start": 872619226,
            "stop": 872619360
        },
        {
            "start": 872619480,
            "stop": 872622810
        }
    ]
}