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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 3,
    "results": [
        {
            "start": 1238179678,
            "stop": 1238179839
        },
        {
            "start": 1238179842,
            "stop": 1238180051
        },
        {
            "start": 1238180054,
            "stop": 1238180058
        },
        {
            "start": 1238180065,
            "stop": 1238180355
        },
        {
            "start": 1238180358,
            "stop": 1238180532
        },
        {
            "start": 1238180535,
            "stop": 1238180690
        },
        {
            "start": 1238180691,
            "stop": 1238180740
        },
        {
            "start": 1238180743,
            "stop": 1238180748
        },
        {
            "start": 1238180749,
            "stop": 1238180750
        },
        {
            "start": 1238180751,
            "stop": 1238180919
        },
        {
            "start": 1238180927,
            "stop": 1238181124
        },
        {
            "start": 1238181125,
            "stop": 1238181640
        },
        {
            "start": 1238181641,
            "stop": 1238181644
        },
        {
            "start": 1238181645,
            "stop": 1238181684
        },
        {
            "start": 1238181686,
            "stop": 1238181687
        },
        {
            "start": 1238181688,
            "stop": 1238181817
        },
        {
            "start": 1238181818,
            "stop": 1238181825
        },
        {
            "start": 1238181826,
            "stop": 1238181991
        },
        {
            "start": 1238181994,
            "stop": 1238182631
        },
        {
            "start": 1238182632,
            "stop": 1238182635
        }
    ]
}