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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=156",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 157,
    "results": [
        {
            "start": 839349098,
            "stop": 839361122
        },
        {
            "start": 839361620,
            "stop": 839361778
        },
        {
            "start": 839361864,
            "stop": 839361983
        },
        {
            "start": 839363934,
            "stop": 839371026
        },
        {
            "start": 839371705,
            "stop": 839384534
        },
        {
            "start": 839385119,
            "stop": 839531881
        },
        {
            "start": 839532587,
            "stop": 839564676
        },
        {
            "start": 839567486,
            "stop": 839596767
        },
        {
            "start": 839596771,
            "stop": 839604919
        },
        {
            "start": 839605526,
            "stop": 839606214
        },
        {
            "start": 839606712,
            "stop": 839618622
        },
        {
            "start": 839619435,
            "stop": 839626114
        },
        {
            "start": 839627154,
            "stop": 839627164
        },
        {
            "start": 839627180,
            "stop": 839629209
        },
        {
            "start": 839630413,
            "stop": 839630664
        },
        {
            "start": 839631396,
            "stop": 839644805
        },
        {
            "start": 839645336,
            "stop": 839680053
        },
        {
            "start": 839684847,
            "stop": 839690773
        },
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839718291
        }
    ]
}