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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46727",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46728,
    "results": [
        {
            "start": 875065917,
            "stop": 875065955
        },
        {
            "start": 875065956,
            "stop": 875066025
        },
        {
            "start": 875066026,
            "stop": 875066258
        },
        {
            "start": 875066261,
            "stop": 875066277
        },
        {
            "start": 875066278,
            "stop": 875066283
        },
        {
            "start": 875066285,
            "stop": 875066290
        },
        {
            "start": 875066291,
            "stop": 875066314
        },
        {
            "start": 875066316,
            "stop": 875066325
        },
        {
            "start": 875066326,
            "stop": 875066373
        },
        {
            "start": 875066374,
            "stop": 875066401
        },
        {
            "start": 875066402,
            "stop": 875066423
        },
        {
            "start": 875066424,
            "stop": 875066432
        },
        {
            "start": 875066434,
            "stop": 875066436
        },
        {
            "start": 875066437,
            "stop": 875066458
        },
        {
            "start": 875066459,
            "stop": 875066470
        },
        {
            "start": 875066471,
            "stop": 875066502
        },
        {
            "start": 875066504,
            "stop": 875066541
        },
        {
            "start": 875066542,
            "stop": 875066544
        },
        {
            "start": 875066545,
            "stop": 875066554
        },
        {
            "start": 875066555,
            "stop": 875066572
        }
    ]
}