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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=195",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 196,
    "results": [
        {
            "start": 1176962704,
            "stop": 1176962729
        },
        {
            "start": 1176962730,
            "stop": 1176962740
        },
        {
            "start": 1176962742,
            "stop": 1176962743
        },
        {
            "start": 1176962745,
            "stop": 1176962754
        },
        {
            "start": 1176962755,
            "stop": 1176962758
        },
        {
            "start": 1176962761,
            "stop": 1176962789
        },
        {
            "start": 1176962791,
            "stop": 1176962794
        },
        {
            "start": 1176962795,
            "stop": 1176962801
        },
        {
            "start": 1176962804,
            "stop": 1176962806
        },
        {
            "start": 1176962812,
            "stop": 1176962852
        },
        {
            "start": 1176962854,
            "stop": 1176962857
        },
        {
            "start": 1176962875,
            "stop": 1176962882
        },
        {
            "start": 1176962884,
            "stop": 1176962889
        },
        {
            "start": 1176962896,
            "stop": 1176962898
        },
        {
            "start": 1176962900,
            "stop": 1176962902
        },
        {
            "start": 1176962903,
            "stop": 1176962904
        },
        {
            "start": 1176962905,
            "stop": 1176962911
        },
        {
            "start": 1176962913,
            "stop": 1176962927
        },
        {
            "start": 1176962928,
            "stop": 1176962944
        },
        {
            "start": 1176962945,
            "stop": 1176963012
        }
    ]
}