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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33093",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33091",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33092,
    "results": [
        {
            "start": 970541418,
            "stop": 970541426
        },
        {
            "start": 970541427,
            "stop": 970541451
        },
        {
            "start": 970541453,
            "stop": 970541464
        },
        {
            "start": 970541465,
            "stop": 970541476
        },
        {
            "start": 970541478,
            "stop": 970541488
        },
        {
            "start": 970541489,
            "stop": 970541520
        },
        {
            "start": 970541524,
            "stop": 970541553
        },
        {
            "start": 970541554,
            "stop": 970541556
        },
        {
            "start": 970541557,
            "stop": 970541574
        },
        {
            "start": 970541575,
            "stop": 970541586
        },
        {
            "start": 970541588,
            "stop": 970541631
        },
        {
            "start": 970541632,
            "stop": 970541656
        },
        {
            "start": 970541659,
            "stop": 970541687
        },
        {
            "start": 970541689,
            "stop": 970541712
        },
        {
            "start": 970541714,
            "stop": 970541722
        },
        {
            "start": 970541723,
            "stop": 970541753
        },
        {
            "start": 970541755,
            "stop": 970541765
        },
        {
            "start": 970541767,
            "stop": 970541789
        },
        {
            "start": 970541792,
            "stop": 970541812
        },
        {
            "start": 970541813,
            "stop": 970541820
        }
    ]
}