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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 181,
    "results": [
        {
            "start": 1421071570,
            "stop": 1421078192
        },
        {
            "start": 1421078197,
            "stop": 1421078848
        },
        {
            "start": 1421078853,
            "stop": 1421078854
        },
        {
            "start": 1421078859,
            "stop": 1421078868
        },
        {
            "start": 1421078873,
            "stop": 1421078878
        },
        {
            "start": 1421078883,
            "stop": 1421079518
        },
        {
            "start": 1421079523,
            "stop": 1421080247
        },
        {
            "start": 1421096755,
            "stop": 1421097581
        },
        {
            "start": 1421097586,
            "stop": 1421097597
        },
        {
            "start": 1421102225,
            "stop": 1421107172
        },
        {
            "start": 1421107177,
            "stop": 1421107298
        },
        {
            "start": 1421107303,
            "stop": 1421107888
        },
        {
            "start": 1421107893,
            "stop": 1421113157
        },
        {
            "start": 1421113162,
            "stop": 1421114674
        },
        {
            "start": 1421114679,
            "stop": 1421114798
        },
        {
            "start": 1421114803,
            "stop": 1421118440
        },
        {
            "start": 1421118445,
            "stop": 1421134219
        },
        {
            "start": 1421140334,
            "stop": 1421141058
        },
        {
            "start": 1421141063,
            "stop": 1421142259
        },
        {
            "start": 1421142343,
            "stop": 1421146349
        }
    ]
}