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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 114,
    "results": [
        {
            "start": 1239306691,
            "stop": 1239306726
        },
        {
            "start": 1239306727,
            "stop": 1239306728
        },
        {
            "start": 1239306729,
            "stop": 1239306885
        },
        {
            "start": 1239306886,
            "stop": 1239307759
        },
        {
            "start": 1239307761,
            "stop": 1239308217
        },
        {
            "start": 1239308219,
            "stop": 1239308681
        },
        {
            "start": 1239308684,
            "stop": 1239310528
        },
        {
            "start": 1239310529,
            "stop": 1239311140
        },
        {
            "start": 1239311142,
            "stop": 1239311233
        },
        {
            "start": 1239311234,
            "stop": 1239312033
        },
        {
            "start": 1239312034,
            "stop": 1239312368
        },
        {
            "start": 1239312369,
            "stop": 1239312470
        },
        {
            "start": 1239312473,
            "stop": 1239312575
        },
        {
            "start": 1239312577,
            "stop": 1239313658
        },
        {
            "start": 1239313659,
            "stop": 1239313877
        },
        {
            "start": 1239313880,
            "stop": 1239316709
        },
        {
            "start": 1239316710,
            "stop": 1239316711
        },
        {
            "start": 1239316712,
            "stop": 1239317095
        },
        {
            "start": 1239317097,
            "stop": 1239317184
        },
        {
            "start": 1239317187,
            "stop": 1239317572
        }
    ]
}