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=1746
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=1747",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1745",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1746,
    "results": [
        {
            "start": 1249395538,
            "stop": 1249397099
        },
        {
            "start": 1249397102,
            "stop": 1249397433
        },
        {
            "start": 1249397436,
            "stop": 1249397445
        },
        {
            "start": 1249397448,
            "stop": 1249397648
        },
        {
            "start": 1249397651,
            "stop": 1249398425
        },
        {
            "start": 1249398427,
            "stop": 1249398594
        },
        {
            "start": 1249398597,
            "stop": 1249399096
        },
        {
            "start": 1249399099,
            "stop": 1249399587
        },
        {
            "start": 1249399590,
            "stop": 1249400200
        },
        {
            "start": 1249400203,
            "stop": 1249400342
        },
        {
            "start": 1249400345,
            "stop": 1249400576
        },
        {
            "start": 1249400578,
            "stop": 1249400584
        },
        {
            "start": 1249400587,
            "stop": 1249401337
        },
        {
            "start": 1249401340,
            "stop": 1249401803
        },
        {
            "start": 1249401806,
            "stop": 1249402719
        },
        {
            "start": 1249402722,
            "stop": 1249403331
        },
        {
            "start": 1249403333,
            "stop": 1249403334
        },
        {
            "start": 1249403337,
            "stop": 1249403341
        },
        {
            "start": 1249403344,
            "stop": 1249406520
        },
        {
            "start": 1249406523,
            "stop": 1249406610
        }
    ]
}