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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=157",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 158,
    "results": [
        {
            "start": 931135628,
            "stop": 931135632
        },
        {
            "start": 931135633,
            "stop": 931135639
        },
        {
            "start": 931135641,
            "stop": 931135643
        },
        {
            "start": 931135644,
            "stop": 931135645
        },
        {
            "start": 931135647,
            "stop": 931135648
        },
        {
            "start": 931135649,
            "stop": 931135651
        },
        {
            "start": 931135652,
            "stop": 931135654
        },
        {
            "start": 931135656,
            "stop": 931135660
        },
        {
            "start": 931135661,
            "stop": 931135662
        },
        {
            "start": 931135663,
            "stop": 931135664
        },
        {
            "start": 931135667,
            "stop": 931135669
        },
        {
            "start": 931135671,
            "stop": 931135672
        },
        {
            "start": 931135674,
            "stop": 931135675
        },
        {
            "start": 931135676,
            "stop": 931135677
        },
        {
            "start": 931135683,
            "stop": 931135690
        },
        {
            "start": 931135693,
            "stop": 931135695
        },
        {
            "start": 931135696,
            "stop": 931135702
        },
        {
            "start": 931135703,
            "stop": 931135711
        },
        {
            "start": 931135714,
            "stop": 931135719
        },
        {
            "start": 931135720,
            "stop": 931135721
        }
    ]
}