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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 474,
    "results": [
        {
            "start": 1183328132,
            "stop": 1183328767
        },
        {
            "start": 1183328771,
            "stop": 1183328961
        },
        {
            "start": 1183328963,
            "stop": 1183330238
        },
        {
            "start": 1183330240,
            "stop": 1183330743
        },
        {
            "start": 1183330747,
            "stop": 1183331134
        },
        {
            "start": 1183331136,
            "stop": 1183331164
        },
        {
            "start": 1183331166,
            "stop": 1183331427
        },
        {
            "start": 1183331429,
            "stop": 1183331441
        },
        {
            "start": 1183331443,
            "stop": 1183331447
        },
        {
            "start": 1183331448,
            "stop": 1183332564
        },
        {
            "start": 1183332567,
            "stop": 1183332898
        },
        {
            "start": 1183332905,
            "stop": 1183332906
        },
        {
            "start": 1183332908,
            "stop": 1183332913
        },
        {
            "start": 1183332915,
            "stop": 1183332937
        },
        {
            "start": 1183332939,
            "stop": 1183332941
        },
        {
            "start": 1183332944,
            "stop": 1183333017
        },
        {
            "start": 1183333019,
            "stop": 1183333247
        },
        {
            "start": 1183333249,
            "stop": 1183333266
        },
        {
            "start": 1183333268,
            "stop": 1183333269
        },
        {
            "start": 1183333271,
            "stop": 1183334480
        }
    ]
}