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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2967",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2968,
    "results": [
        {
            "start": 860646184,
            "stop": 860646185
        },
        {
            "start": 860646189,
            "stop": 860646196
        },
        {
            "start": 860646200,
            "stop": 860646223
        },
        {
            "start": 860646227,
            "stop": 860646230
        },
        {
            "start": 860646233,
            "stop": 860646238
        },
        {
            "start": 860646243,
            "stop": 860646266
        },
        {
            "start": 860646270,
            "stop": 860646321
        },
        {
            "start": 860646324,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675400
        },
        {
            "start": 860677088,
            "stop": 860687661
        },
        {
            "start": 860687667,
            "stop": 860704815
        },
        {
            "start": 860704821,
            "stop": 860710705
        },
        {
            "start": 860717610,
            "stop": 860717932
        },
        {
            "start": 860717990,
            "stop": 860718030
        },
        {
            "start": 860718556,
            "stop": 860722275
        },
        {
            "start": 860723606,
            "stop": 860728873
        },
        {
            "start": 860729828,
            "stop": 860735074
        },
        {
            "start": 860736025,
            "stop": 860736279
        },
        {
            "start": 860736392,
            "stop": 860736444
        },
        {
            "start": 860737459,
            "stop": 860737475
        }
    ]
}