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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=281",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 282,
    "results": [
        {
            "start": 862177971,
            "stop": 862179154
        },
        {
            "start": 862180272,
            "stop": 862187307
        },
        {
            "start": 862187417,
            "stop": 862187638
        },
        {
            "start": 862188193,
            "stop": 862207417
        },
        {
            "start": 862207717,
            "stop": 862258048
        },
        {
            "start": 862259928,
            "stop": 862262489
        },
        {
            "start": 862262789,
            "stop": 862265312
        },
        {
            "start": 862265315,
            "stop": 862278581
        },
        {
            "start": 862279110,
            "stop": 862312808
        },
        {
            "start": 862312918,
            "stop": 862313062
        },
        {
            "start": 862313618,
            "stop": 862324663
        },
        {
            "start": 862324971,
            "stop": 862350558
        },
        {
            "start": 862350705,
            "stop": 862351895
        },
        {
            "start": 862352005,
            "stop": 862352280
        },
        {
            "start": 862352580,
            "stop": 862356118
        },
        {
            "start": 862357244,
            "stop": 862380830
        },
        {
            "start": 862382740,
            "stop": 862384451
        },
        {
            "start": 862386255,
            "stop": 862404200
        },
        {
            "start": 862404562,
            "stop": 862408495
        },
        {
            "start": 862408877,
            "stop": 862409003
        }
    ]
}