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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=569",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=567",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 568,
    "results": [
        {
            "start": 1264907770,
            "stop": 1264907837
        },
        {
            "start": 1264907838,
            "stop": 1264907839
        },
        {
            "start": 1264907840,
            "stop": 1264907843
        },
        {
            "start": 1264907847,
            "stop": 1264907850
        },
        {
            "start": 1264907852,
            "stop": 1264907882
        },
        {
            "start": 1264907883,
            "stop": 1264907893
        },
        {
            "start": 1264907894,
            "stop": 1264907911
        },
        {
            "start": 1264907912,
            "stop": 1264907913
        },
        {
            "start": 1264907914,
            "stop": 1264907915
        },
        {
            "start": 1264907917,
            "stop": 1264907923
        },
        {
            "start": 1264907925,
            "stop": 1264907926
        },
        {
            "start": 1264907928,
            "stop": 1264907936
        },
        {
            "start": 1264907939,
            "stop": 1264907944
        },
        {
            "start": 1264907945,
            "stop": 1264907947
        },
        {
            "start": 1264907950,
            "stop": 1264907958
        },
        {
            "start": 1264907960,
            "stop": 1264907965
        },
        {
            "start": 1264907967,
            "stop": 1264907976
        },
        {
            "start": 1264907979,
            "stop": 1264907980
        },
        {
            "start": 1264907981,
            "stop": 1264907982
        },
        {
            "start": 1264907983,
            "stop": 1264907987
        }
    ]
}