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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=273",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 274,
    "results": [
        {
            "start": 822490119,
            "stop": 822490121
        },
        {
            "start": 822490124,
            "stop": 822490317
        },
        {
            "start": 822490320,
            "stop": 822490421
        },
        {
            "start": 822490424,
            "stop": 822490559
        },
        {
            "start": 822490562,
            "stop": 822490866
        },
        {
            "start": 822490869,
            "stop": 822490875
        },
        {
            "start": 822490879,
            "stop": 822490934
        },
        {
            "start": 822490937,
            "stop": 822490980
        },
        {
            "start": 822490983,
            "stop": 822491011
        },
        {
            "start": 822491015,
            "stop": 822491083
        },
        {
            "start": 822491087,
            "stop": 822491089
        },
        {
            "start": 822491092,
            "stop": 822491125
        },
        {
            "start": 822491128,
            "stop": 822491147
        },
        {
            "start": 822491150,
            "stop": 822491163
        },
        {
            "start": 822491166,
            "stop": 822491185
        },
        {
            "start": 822491188,
            "stop": 822491315
        },
        {
            "start": 822491319,
            "stop": 822491515
        },
        {
            "start": 822491518,
            "stop": 822491545
        },
        {
            "start": 822491548,
            "stop": 822491612
        },
        {
            "start": 822491615,
            "stop": 822491676
        }
    ]
}