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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1668",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1666",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1667,
    "results": [
        {
            "start": 1248482048,
            "stop": 1248482102
        },
        {
            "start": 1248482105,
            "stop": 1248483070
        },
        {
            "start": 1248483073,
            "stop": 1248483116
        },
        {
            "start": 1248483119,
            "stop": 1248483167
        },
        {
            "start": 1248483170,
            "stop": 1248486107
        },
        {
            "start": 1248486110,
            "stop": 1248486416
        },
        {
            "start": 1248486418,
            "stop": 1248487145
        },
        {
            "start": 1248487148,
            "stop": 1248489819
        },
        {
            "start": 1248489822,
            "stop": 1248490310
        },
        {
            "start": 1248490313,
            "stop": 1248491628
        },
        {
            "start": 1248491631,
            "stop": 1248491748
        },
        {
            "start": 1248491751,
            "stop": 1248491902
        },
        {
            "start": 1248491910,
            "stop": 1248493763
        },
        {
            "start": 1248493766,
            "stop": 1248493960
        },
        {
            "start": 1248493962,
            "stop": 1248495838
        },
        {
            "start": 1248495840,
            "stop": 1248497799
        },
        {
            "start": 1248497802,
            "stop": 1248497856
        },
        {
            "start": 1248497863,
            "stop": 1248497902
        },
        {
            "start": 1248497903,
            "stop": 1248497905
        },
        {
            "start": 1248497915,
            "stop": 1248497935
        }
    ]
}