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_CAT2E/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_CAT2E/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=161",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 162,
    "results": [
        {
            "start": 834765466,
            "stop": 834765467
        },
        {
            "start": 834765613,
            "stop": 834776473
        },
        {
            "start": 834776514,
            "stop": 834776515
        },
        {
            "start": 834776593,
            "stop": 834777005
        },
        {
            "start": 834777006,
            "stop": 834777010
        },
        {
            "start": 834777011,
            "stop": 834777013
        },
        {
            "start": 834777029,
            "stop": 834777030
        },
        {
            "start": 834777313,
            "stop": 834778628
        },
        {
            "start": 834779713,
            "stop": 834779922
        },
        {
            "start": 834780222,
            "stop": 834780246
        },
        {
            "start": 834780356,
            "stop": 834780746
        },
        {
            "start": 834781046,
            "stop": 834781866
        },
        {
            "start": 834783793,
            "stop": 834786248
        },
        {
            "start": 834786249,
            "stop": 834786770
        },
        {
            "start": 834786772,
            "stop": 834787753
        },
        {
            "start": 834789013,
            "stop": 834795629
        },
        {
            "start": 834796873,
            "stop": 834796903
        },
        {
            "start": 834797203,
            "stop": 834797285
        },
        {
            "start": 834798068,
            "stop": 834798101
        },
        {
            "start": 834798313,
            "stop": 834798849
        }
    ]
}