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/H1_BURST_CAT2/segments?format=api&page=1706
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=1707",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1705",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1706,
    "results": [
        {
            "start": 1249067062,
            "stop": 1249067194
        },
        {
            "start": 1249067197,
            "stop": 1249067348
        },
        {
            "start": 1249067351,
            "stop": 1249067447
        },
        {
            "start": 1249067450,
            "stop": 1249067563
        },
        {
            "start": 1249067566,
            "stop": 1249068200
        },
        {
            "start": 1249068203,
            "stop": 1249068329
        },
        {
            "start": 1249068332,
            "stop": 1249068795
        },
        {
            "start": 1249068798,
            "stop": 1249069021
        },
        {
            "start": 1249069024,
            "stop": 1249069085
        },
        {
            "start": 1249069088,
            "stop": 1249069399
        },
        {
            "start": 1249069402,
            "stop": 1249069443
        },
        {
            "start": 1249069446,
            "stop": 1249069901
        },
        {
            "start": 1249069904,
            "stop": 1249069986
        },
        {
            "start": 1249069989,
            "stop": 1249070001
        },
        {
            "start": 1249070004,
            "stop": 1249070044
        },
        {
            "start": 1249070047,
            "stop": 1249070292
        },
        {
            "start": 1249070295,
            "stop": 1249070795
        },
        {
            "start": 1249070798,
            "stop": 1249071334
        },
        {
            "start": 1249071337,
            "stop": 1249071560
        },
        {
            "start": 1249071563,
            "stop": 1249072067
        }
    ]
}