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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6446",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6447,
    "results": [
        {
            "start": 873881916,
            "stop": 873882199
        },
        {
            "start": 873882200,
            "stop": 873882233
        },
        {
            "start": 873882234,
            "stop": 873882763
        },
        {
            "start": 873882765,
            "stop": 873883448
        },
        {
            "start": 873883449,
            "stop": 873883729
        },
        {
            "start": 873883731,
            "stop": 873883903
        },
        {
            "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
        }
    ]
}