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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 162,
    "results": [
        {
            "start": 820414290,
            "stop": 820414294
        },
        {
            "start": 820414297,
            "stop": 820414318
        },
        {
            "start": 820414321,
            "stop": 820414653
        },
        {
            "start": 820414656,
            "stop": 820414707
        },
        {
            "start": 820414710,
            "stop": 820414805
        },
        {
            "start": 820414808,
            "stop": 820414889
        },
        {
            "start": 820414893,
            "stop": 820414984
        },
        {
            "start": 820414988,
            "stop": 820415013
        },
        {
            "start": 820415016,
            "stop": 820415021
        },
        {
            "start": 820415025,
            "stop": 820415252
        },
        {
            "start": 820415255,
            "stop": 820415460
        },
        {
            "start": 820415520,
            "stop": 820415584
        },
        {
            "start": 820415587,
            "stop": 820415592
        },
        {
            "start": 820415596,
            "stop": 820415648
        },
        {
            "start": 820415651,
            "stop": 820416057
        },
        {
            "start": 820416061,
            "stop": 820416065
        },
        {
            "start": 820416068,
            "stop": 820416180
        },
        {
            "start": 820416240,
            "stop": 820416815
        },
        {
            "start": 820416818,
            "stop": 820417216
        },
        {
            "start": 820417219,
            "stop": 820417241
        }
    ]
}