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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=370",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 371,
    "results": [
        {
            "start": 825480814,
            "stop": 825481080
        },
        {
            "start": 825481083,
            "stop": 825482117
        },
        {
            "start": 825485038,
            "stop": 825485209
        },
        {
            "start": 825485741,
            "stop": 825487345
        },
        {
            "start": 825487348,
            "stop": 825490090
        },
        {
            "start": 825490093,
            "stop": 825490180
        },
        {
            "start": 825490183,
            "stop": 825490304
        },
        {
            "start": 825490485,
            "stop": 825490686
        },
        {
            "start": 825490692,
            "stop": 825490698
        },
        {
            "start": 825490703,
            "stop": 825492884
        },
        {
            "start": 825493065,
            "stop": 825495601
        },
        {
            "start": 825495604,
            "stop": 825495606
        },
        {
            "start": 825495609,
            "stop": 825498792
        },
        {
            "start": 825498797,
            "stop": 825508544
        },
        {
            "start": 825508725,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825517493
        },
        {
            "start": 825517496,
            "stop": 825517537
        },
        {
            "start": 825517541,
            "stop": 825519845
        },
        {
            "start": 825520451,
            "stop": 825526333
        },
        {
            "start": 825526563,
            "stop": 825528668
        }
    ]
}