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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 92,
    "results": [
        {
            "start": 1239020407,
            "stop": 1239020673
        },
        {
            "start": 1239020676,
            "stop": 1239023436
        },
        {
            "start": 1239023438,
            "stop": 1239023510
        },
        {
            "start": 1239023512,
            "stop": 1239023567
        },
        {
            "start": 1239023570,
            "stop": 1239024326
        },
        {
            "start": 1239024329,
            "stop": 1239025137
        },
        {
            "start": 1239025139,
            "stop": 1239025601
        },
        {
            "start": 1239025603,
            "stop": 1239025609
        },
        {
            "start": 1239025611,
            "stop": 1239025619
        },
        {
            "start": 1239025622,
            "stop": 1239027012
        },
        {
            "start": 1239027015,
            "stop": 1239028739
        },
        {
            "start": 1239028741,
            "stop": 1239029466
        },
        {
            "start": 1239029468,
            "stop": 1239029860
        },
        {
            "start": 1239029863,
            "stop": 1239029954
        },
        {
            "start": 1239029955,
            "stop": 1239030208
        },
        {
            "start": 1239030211,
            "stop": 1239030324
        },
        {
            "start": 1239030327,
            "stop": 1239030555
        },
        {
            "start": 1239030558,
            "stop": 1239031111
        },
        {
            "start": 1239031113,
            "stop": 1239031719
        },
        {
            "start": 1239031722,
            "stop": 1239032055
        }
    ]
}