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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3884",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3885,
    "results": [
        {
            "start": 873974966,
            "stop": 873975106
        },
        {
            "start": 873975109,
            "stop": 873977089
        },
        {
            "start": 873977092,
            "stop": 873977416
        },
        {
            "start": 873977419,
            "stop": 873977634
        },
        {
            "start": 873977637,
            "stop": 873977638
        },
        {
            "start": 873977644,
            "stop": 873978345
        },
        {
            "start": 873978348,
            "stop": 873978356
        },
        {
            "start": 873978359,
            "stop": 873979643
        },
        {
            "start": 873979646,
            "stop": 873979648
        },
        {
            "start": 873979651,
            "stop": 873980006
        },
        {
            "start": 873980010,
            "stop": 873980016
        },
        {
            "start": 873980019,
            "stop": 873981593
        },
        {
            "start": 873981596,
            "stop": 873982510
        },
        {
            "start": 873982513,
            "stop": 873982525
        },
        {
            "start": 873982528,
            "stop": 873982568
        },
        {
            "start": 873982573,
            "stop": 873982585
        },
        {
            "start": 873982588,
            "stop": 873982591
        },
        {
            "start": 873982594,
            "stop": 873982634
        },
        {
            "start": 873982637,
            "stop": 873982734
        },
        {
            "start": 873982740,
            "stop": 873982786
        }
    ]
}