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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7042",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7043,
    "results": [
        {
            "start": 873883904,
            "stop": 873883940
        },
        {
            "start": 873883941,
            "stop": 873884375
        },
        {
            "start": 873884376,
            "stop": 873884947
        },
        {
            "start": 873884949,
            "stop": 873885261
        },
        {
            "start": 873885262,
            "stop": 873885915
        },
        {
            "start": 873885916,
            "stop": 873886003
        },
        {
            "start": 873886004,
            "stop": 873886282
        },
        {
            "start": 873886283,
            "stop": 873887048
        },
        {
            "start": 873887049,
            "stop": 873887576
        },
        {
            "start": 873887577,
            "stop": 873887751
        },
        {
            "start": 873887753,
            "stop": 873887960
        },
        {
            "start": 873887961,
            "stop": 873888471
        },
        {
            "start": 873888472,
            "stop": 873889263
        },
        {
            "start": 873889264,
            "stop": 873889550
        },
        {
            "start": 873889551,
            "stop": 873889568
        },
        {
            "start": 873889569,
            "stop": 873890189
        },
        {
            "start": 873890191,
            "stop": 873890963
        },
        {
            "start": 873890965,
            "stop": 873891250
        },
        {
            "start": 873891251,
            "stop": 873891396
        },
        {
            "start": 873891397,
            "stop": 873891563
        }
    ]
}