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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3136",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3137,
    "results": [
        {
            "start": 868392893,
            "stop": 868393301
        },
        {
            "start": 868393305,
            "stop": 868393667
        },
        {
            "start": 868393671,
            "stop": 868394744
        },
        {
            "start": 868394925,
            "stop": 868396604
        },
        {
            "start": 868396965,
            "stop": 868397940
        },
        {
            "start": 868398000,
            "stop": 868398420
        },
        {
            "start": 868398480,
            "stop": 868398660
        },
        {
            "start": 868398720,
            "stop": 868399090
        },
        {
            "start": 868402958,
            "stop": 868404044
        },
        {
            "start": 868404225,
            "stop": 868404259
        },
        {
            "start": 868404263,
            "stop": 868407824
        },
        {
            "start": 868408005,
            "stop": 868411510
        },
        {
            "start": 868411515,
            "stop": 868411784
        },
        {
            "start": 868411965,
            "stop": 868412335
        },
        {
            "start": 868412338,
            "stop": 868412356
        },
        {
            "start": 868412359,
            "stop": 868413524
        },
        {
            "start": 868413705,
            "stop": 868413884
        },
        {
            "start": 868414185,
            "stop": 868419944
        },
        {
            "start": 868420260,
            "stop": 868427744
        },
        {
            "start": 868427925,
            "stop": 868431224
        }
    ]
}