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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 90,
    "results": [
        {
            "start": 1375717350,
            "stop": 1375718581
        },
        {
            "start": 1375743336,
            "stop": 1375743488
        },
        {
            "start": 1375743493,
            "stop": 1375745017
        },
        {
            "start": 1375745022,
            "stop": 1375763125
        },
        {
            "start": 1375785088,
            "stop": 1375790133
        },
        {
            "start": 1375820950,
            "stop": 1375822694
        },
        {
            "start": 1375822700,
            "stop": 1375823098
        },
        {
            "start": 1375823101,
            "stop": 1375824789
        },
        {
            "start": 1375824794,
            "stop": 1375825758
        },
        {
            "start": 1375825761,
            "stop": 1375826241
        },
        {
            "start": 1375826246,
            "stop": 1375829197
        },
        {
            "start": 1375829202,
            "stop": 1375830301
        },
        {
            "start": 1375830306,
            "stop": 1375831215
        },
        {
            "start": 1375831220,
            "stop": 1375832486
        },
        {
            "start": 1375832573,
            "stop": 1375835410
        },
        {
            "start": 1375835414,
            "stop": 1375837927
        },
        {
            "start": 1375837931,
            "stop": 1375837959
        },
        {
            "start": 1375837964,
            "stop": 1375839766
        },
        {
            "start": 1375839771,
            "stop": 1375840627
        },
        {
            "start": 1375840630,
            "stop": 1375844949
        }
    ]
}