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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=241",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 242,
    "results": [
        {
            "start": 821605596,
            "stop": 821605628
        },
        {
            "start": 821605631,
            "stop": 821605642
        },
        {
            "start": 821605645,
            "stop": 821605741
        },
        {
            "start": 821605744,
            "stop": 821605748
        },
        {
            "start": 821605752,
            "stop": 821605755
        },
        {
            "start": 821605759,
            "stop": 821606261
        },
        {
            "start": 821606264,
            "stop": 821606275
        },
        {
            "start": 821606279,
            "stop": 821606394
        },
        {
            "start": 821606397,
            "stop": 821606557
        },
        {
            "start": 821606562,
            "stop": 821606565
        },
        {
            "start": 821606568,
            "stop": 821606570
        },
        {
            "start": 821606574,
            "stop": 821606626
        },
        {
            "start": 821606630,
            "stop": 821606683
        },
        {
            "start": 821606686,
            "stop": 821606702
        },
        {
            "start": 821606706,
            "stop": 821606709
        },
        {
            "start": 821606712,
            "stop": 821606807
        },
        {
            "start": 821606810,
            "stop": 821606833
        },
        {
            "start": 821606836,
            "stop": 821606883
        },
        {
            "start": 821606886,
            "stop": 821607052
        },
        {
            "start": 821607057,
            "stop": 821607059
        }
    ]
}