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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=760",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=758",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 759,
    "results": [
        {
            "start": 1249061691,
            "stop": 1249061692
        },
        {
            "start": 1249061694,
            "stop": 1249061718
        },
        {
            "start": 1249061719,
            "stop": 1249061724
        },
        {
            "start": 1249061726,
            "stop": 1249061727
        },
        {
            "start": 1249061729,
            "stop": 1249061843
        },
        {
            "start": 1249061849,
            "stop": 1249061857
        },
        {
            "start": 1249061858,
            "stop": 1249061878
        },
        {
            "start": 1249061885,
            "stop": 1249061892
        },
        {
            "start": 1249061894,
            "stop": 1249061896
        },
        {
            "start": 1249061897,
            "stop": 1249061899
        },
        {
            "start": 1249061906,
            "stop": 1249061907
        },
        {
            "start": 1249061908,
            "stop": 1249061910
        },
        {
            "start": 1249061912,
            "stop": 1249061914
        },
        {
            "start": 1249061916,
            "stop": 1249061921
        },
        {
            "start": 1249061923,
            "stop": 1249061933
        },
        {
            "start": 1249061937,
            "stop": 1249062330
        },
        {
            "start": 1249062337,
            "stop": 1249062351
        },
        {
            "start": 1249062353,
            "stop": 1249062360
        },
        {
            "start": 1249062363,
            "stop": 1249062365
        },
        {
            "start": 1249062368,
            "stop": 1249062411
        }
    ]
}