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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=554",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 553,
    "results": [
        {
            "start": 1262811112,
            "stop": 1262811175
        },
        {
            "start": 1262811178,
            "stop": 1262811204
        },
        {
            "start": 1262811207,
            "stop": 1262811233
        },
        {
            "start": 1262811236,
            "stop": 1262811245
        },
        {
            "start": 1262811248,
            "stop": 1262811253
        },
        {
            "start": 1262811256,
            "stop": 1262811267
        },
        {
            "start": 1262811270,
            "stop": 1262811306
        },
        {
            "start": 1262811309,
            "stop": 1262811358
        },
        {
            "start": 1262811361,
            "stop": 1262811372
        },
        {
            "start": 1262811375,
            "stop": 1262811390
        },
        {
            "start": 1262811393,
            "stop": 1262811395
        },
        {
            "start": 1262811398,
            "stop": 1262811399
        },
        {
            "start": 1262811402,
            "stop": 1262811427
        },
        {
            "start": 1262811430,
            "stop": 1262811431
        },
        {
            "start": 1262811434,
            "stop": 1262811457
        },
        {
            "start": 1262811460,
            "stop": 1262811477
        },
        {
            "start": 1262811480,
            "stop": 1262811488
        },
        {
            "start": 1262811491,
            "stop": 1262811520
        },
        {
            "start": 1262811523,
            "stop": 1262811540
        },
        {
            "start": 1262811543,
            "stop": 1262811552
        }
    ]
}