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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=319",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 320,
    "results": [
        {
            "start": 1248470698,
            "stop": 1248470837
        },
        {
            "start": 1248470840,
            "stop": 1248470894
        },
        {
            "start": 1248470895,
            "stop": 1248470907
        },
        {
            "start": 1248470908,
            "stop": 1248470989
        },
        {
            "start": 1248470990,
            "stop": 1248471190
        },
        {
            "start": 1248471191,
            "stop": 1248471216
        },
        {
            "start": 1248471221,
            "stop": 1248471224
        },
        {
            "start": 1248471225,
            "stop": 1248471226
        },
        {
            "start": 1248471235,
            "stop": 1248471238
        },
        {
            "start": 1248471244,
            "stop": 1248471457
        },
        {
            "start": 1248471458,
            "stop": 1248471607
        },
        {
            "start": 1248471608,
            "stop": 1248471649
        },
        {
            "start": 1248471653,
            "stop": 1248471657
        },
        {
            "start": 1248471658,
            "stop": 1248471661
        },
        {
            "start": 1248471662,
            "stop": 1248471665
        },
        {
            "start": 1248471666,
            "stop": 1248471672
        },
        {
            "start": 1248471674,
            "stop": 1248471763
        },
        {
            "start": 1248471764,
            "stop": 1248472378
        },
        {
            "start": 1248472380,
            "stop": 1248472385
        },
        {
            "start": 1248472386,
            "stop": 1248473000
        }
    ]
}