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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=135",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 136,
    "results": [
        {
            "start": 819625724,
            "stop": 819626532
        },
        {
            "start": 819626535,
            "stop": 819640604
        },
        {
            "start": 819641344,
            "stop": 819656489
        },
        {
            "start": 819658602,
            "stop": 819659170
        },
        {
            "start": 819659173,
            "stop": 819661171
        },
        {
            "start": 819661649,
            "stop": 819664587
        },
        {
            "start": 819664590,
            "stop": 819667983
        },
        {
            "start": 819667986,
            "stop": 819669798
        },
        {
            "start": 819669801,
            "stop": 819671177
        },
        {
            "start": 819671180,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819676483
        },
        {
            "start": 819676486,
            "stop": 819676759
        },
        {
            "start": 819676762,
            "stop": 819677143
        },
        {
            "start": 819677324,
            "stop": 819677451
        },
        {
            "start": 819677454,
            "stop": 819678035
        },
        {
            "start": 819678038,
            "stop": 819678703
        },
        {
            "start": 819678884,
            "stop": 819678998
        },
        {
            "start": 819679001,
            "stop": 819679868
        },
        {
            "start": 819679871,
            "stop": 819682985
        },
        {
            "start": 819682988,
            "stop": 819687419
        }
    ]
}