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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=286",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 287,
    "results": [
        {
            "start": 931706334,
            "stop": 931706337
        },
        {
            "start": 931706341,
            "stop": 931706342
        },
        {
            "start": 931706344,
            "stop": 931706350
        },
        {
            "start": 931706352,
            "stop": 931706353
        },
        {
            "start": 931706355,
            "stop": 931706357
        },
        {
            "start": 931706359,
            "stop": 931706360
        },
        {
            "start": 931706365,
            "stop": 931706378
        },
        {
            "start": 931706379,
            "stop": 931706445
        },
        {
            "start": 931706447,
            "stop": 931706450
        },
        {
            "start": 931706455,
            "stop": 931706474
        },
        {
            "start": 931706476,
            "stop": 931706499
        },
        {
            "start": 931706504,
            "stop": 931706509
        },
        {
            "start": 931706511,
            "stop": 931706520
        },
        {
            "start": 931706522,
            "stop": 931706539
        },
        {
            "start": 931706541,
            "stop": 931706552
        },
        {
            "start": 931706554,
            "stop": 931706562
        },
        {
            "start": 931706564,
            "stop": 931706565
        },
        {
            "start": 931706571,
            "stop": 931706572
        },
        {
            "start": 931706573,
            "stop": 931706580
        },
        {
            "start": 931706587,
            "stop": 931706597
        }
    ]
}