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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1956",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1954",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1955,
    "results": [
        {
            "start": 1253034415,
            "stop": 1253035215
        },
        {
            "start": 1253039127,
            "stop": 1253039493
        },
        {
            "start": 1253039495,
            "stop": 1253040796
        },
        {
            "start": 1253040799,
            "stop": 1253041199
        },
        {
            "start": 1253041207,
            "stop": 1253041875
        },
        {
            "start": 1253041878,
            "stop": 1253042170
        },
        {
            "start": 1253042173,
            "stop": 1253042176
        },
        {
            "start": 1253042179,
            "stop": 1253042871
        },
        {
            "start": 1253042874,
            "stop": 1253046012
        },
        {
            "start": 1253046013,
            "stop": 1253046968
        },
        {
            "start": 1253046970,
            "stop": 1253047475
        },
        {
            "start": 1253047478,
            "stop": 1253048207
        },
        {
            "start": 1253048210,
            "stop": 1253048628
        },
        {
            "start": 1253048631,
            "stop": 1253048679
        },
        {
            "start": 1253053967,
            "stop": 1253054872
        },
        {
            "start": 1253054875,
            "stop": 1253055266
        },
        {
            "start": 1253055268,
            "stop": 1253055846
        },
        {
            "start": 1253055847,
            "stop": 1253057548
        },
        {
            "start": 1253057551,
            "stop": 1253058045
        },
        {
            "start": 1253058048,
            "stop": 1253058621
        }
    ]
}