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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=45",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 46,
    "results": [
        {
            "start": 821786792,
            "stop": 821787253
        },
        {
            "start": 821789712,
            "stop": 821790601
        },
        {
            "start": 821790602,
            "stop": 821796475
        },
        {
            "start": 821798664,
            "stop": 821798747
        },
        {
            "start": 821800732,
            "stop": 821801963
        },
        {
            "start": 821804220,
            "stop": 821805112
        },
        {
            "start": 821820062,
            "stop": 821820740
        },
        {
            "start": 821821581,
            "stop": 821822395
        },
        {
            "start": 821824292,
            "stop": 821824728
        },
        {
            "start": 821825563,
            "stop": 821826609
        },
        {
            "start": 821827606,
            "stop": 821831432
        },
        {
            "start": 821832198,
            "stop": 821833070
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840680
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872820
        },
        {
            "start": 821875260,
            "stop": 821883302
        },
        {
            "start": 821883539,
            "stop": 821906409
        },
        {
            "start": 821906707,
            "stop": 821909475
        },
        {
            "start": 821910889,
            "stop": 821911970
        }
    ]
}