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=40589
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=40590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40588",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40589,
    "results": [
        {
            "start": 874876716,
            "stop": 874876725
        },
        {
            "start": 874876726,
            "stop": 874876801
        },
        {
            "start": 874876802,
            "stop": 874876839
        },
        {
            "start": 874876840,
            "stop": 874876852
        },
        {
            "start": 874876854,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877097
        },
        {
            "start": 874877098,
            "stop": 874877119
        },
        {
            "start": 874877121,
            "stop": 874877156
        },
        {
            "start": 874877157,
            "stop": 874877244
        },
        {
            "start": 874877245,
            "stop": 874877369
        },
        {
            "start": 874877370,
            "stop": 874877374
        },
        {
            "start": 874877375,
            "stop": 874877393
        },
        {
            "start": 874877394,
            "stop": 874877397
        },
        {
            "start": 874877398,
            "stop": 874877406
        },
        {
            "start": 874877408,
            "stop": 874877427
        },
        {
            "start": 874877428,
            "stop": 874877484
        },
        {
            "start": 874877487,
            "stop": 874877515
        },
        {
            "start": 874877517,
            "stop": 874877541
        },
        {
            "start": 874877542,
            "stop": 874877546
        },
        {
            "start": 874877547,
            "stop": 874877549
        }
    ]
}