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_BURST_CAT3/segments?format=api&page=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 26,
    "results": [
        {
            "start": 1238188733,
            "stop": 1238188734
        },
        {
            "start": 1238188741,
            "stop": 1238188743
        },
        {
            "start": 1238188752,
            "stop": 1238188764
        },
        {
            "start": 1238188766,
            "stop": 1238188768
        },
        {
            "start": 1238188770,
            "stop": 1238188774
        },
        {
            "start": 1238188775,
            "stop": 1238188786
        },
        {
            "start": 1238188788,
            "stop": 1238188789
        },
        {
            "start": 1238188792,
            "stop": 1238188800
        },
        {
            "start": 1238188808,
            "stop": 1238188811
        },
        {
            "start": 1238188812,
            "stop": 1238188814
        },
        {
            "start": 1238188816,
            "stop": 1238188820
        },
        {
            "start": 1238188825,
            "stop": 1238188830
        },
        {
            "start": 1238188831,
            "stop": 1238188832
        },
        {
            "start": 1238188833,
            "stop": 1238188838
        },
        {
            "start": 1238188843,
            "stop": 1238188846
        },
        {
            "start": 1238188849,
            "stop": 1238188852
        },
        {
            "start": 1238188858,
            "stop": 1238188861
        },
        {
            "start": 1238188864,
            "stop": 1238188868
        },
        {
            "start": 1238188869,
            "stop": 1238188874
        },
        {
            "start": 1238188876,
            "stop": 1238188880
        }
    ]
}