Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5265
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5266",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5264",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5265,
    "results": [
        {
            "start": 1136394584,
            "stop": 1136394589
        },
        {
            "start": 1136394591,
            "stop": 1136394598
        },
        {
            "start": 1136394600,
            "stop": 1136394603
        },
        {
            "start": 1136394605,
            "stop": 1136394635
        },
        {
            "start": 1136394637,
            "stop": 1136394642
        },
        {
            "start": 1136394644,
            "stop": 1136394645
        },
        {
            "start": 1136394647,
            "stop": 1136394677
        },
        {
            "start": 1136394679,
            "stop": 1136394697
        },
        {
            "start": 1136394699,
            "stop": 1136394766
        },
        {
            "start": 1136394768,
            "stop": 1136394788
        },
        {
            "start": 1136394791,
            "stop": 1136394805
        },
        {
            "start": 1136394807,
            "stop": 1136394817
        },
        {
            "start": 1136394820,
            "stop": 1136394828
        },
        {
            "start": 1136394830,
            "stop": 1136394835
        },
        {
            "start": 1136394837,
            "stop": 1136394860
        },
        {
            "start": 1136394862,
            "stop": 1136394892
        },
        {
            "start": 1136394894,
            "stop": 1136394903
        },
        {
            "start": 1136394905,
            "stop": 1136394920
        },
        {
            "start": 1136394922,
            "stop": 1136394945
        },
        {
            "start": 1136394948,
            "stop": 1136394957
        }
    ]
}