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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5150",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5151,
    "results": [
        {
            "start": 1136995670,
            "stop": 1136995679
        },
        {
            "start": 1136995681,
            "stop": 1136995691
        },
        {
            "start": 1136995693,
            "stop": 1136995702
        },
        {
            "start": 1136995703,
            "stop": 1136995714
        },
        {
            "start": 1136995715,
            "stop": 1136995725
        },
        {
            "start": 1136995726,
            "stop": 1136995734
        },
        {
            "start": 1136995736,
            "stop": 1136995746
        },
        {
            "start": 1136995748,
            "stop": 1136995759
        },
        {
            "start": 1136995761,
            "stop": 1136995769
        },
        {
            "start": 1136995771,
            "stop": 1136995781
        },
        {
            "start": 1136995784,
            "stop": 1136995791
        },
        {
            "start": 1136995792,
            "stop": 1136995808
        },
        {
            "start": 1136995810,
            "stop": 1136995812
        },
        {
            "start": 1136995814,
            "stop": 1136995834
        },
        {
            "start": 1136995836,
            "stop": 1136995846
        },
        {
            "start": 1136995848,
            "stop": 1136995896
        },
        {
            "start": 1136995898,
            "stop": 1136995920
        },
        {
            "start": 1136995923,
            "stop": 1136995933
        },
        {
            "start": 1136995935,
            "stop": 1136995944
        },
        {
            "start": 1136995946,
            "stop": 1136995955
        }
    ]
}