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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=193",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 194,
    "results": [
        {
            "start": 850495124,
            "stop": 850514107
        },
        {
            "start": 850515309,
            "stop": 850517613
        },
        {
            "start": 850518897,
            "stop": 850522702
        },
        {
            "start": 850522704,
            "stop": 850532621
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602883
        },
        {
            "start": 850603583,
            "stop": 850642643
        },
        {
            "start": 850644406,
            "stop": 850666488
        },
        {
            "start": 850667071,
            "stop": 850674292
        },
        {
            "start": 850675021,
            "stop": 850677398
        },
        {
            "start": 850678933,
            "stop": 850678992
        },
        {
            "start": 850680081,
            "stop": 850691864
        },
        {
            "start": 850693703,
            "stop": 850694571
        },
        {
            "start": 850695939,
            "stop": 850697160
        },
        {
            "start": 850697887,
            "stop": 850715435
        },
        {
            "start": 850719644,
            "stop": 850722996
        },
        {
            "start": 850724398,
            "stop": 850725453
        },
        {
            "start": 850725900,
            "stop": 850728896
        },
        {
            "start": 850730023,
            "stop": 850730174
        }
    ]
}