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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=280",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 281,
    "results": [
        {
            "start": 931167942,
            "stop": 931167943
        },
        {
            "start": 931167944,
            "stop": 931167946
        },
        {
            "start": 931167948,
            "stop": 931167950
        },
        {
            "start": 931167952,
            "stop": 931167954
        },
        {
            "start": 931167956,
            "stop": 931167959
        },
        {
            "start": 931167962,
            "stop": 931167965
        },
        {
            "start": 931167966,
            "stop": 931167970
        },
        {
            "start": 931167973,
            "stop": 931167985
        },
        {
            "start": 931167986,
            "stop": 931167988
        },
        {
            "start": 931167992,
            "stop": 931168000
        },
        {
            "start": 931168002,
            "stop": 931168006
        },
        {
            "start": 931168007,
            "stop": 931168018
        },
        {
            "start": 931168021,
            "stop": 931168022
        },
        {
            "start": 931168028,
            "stop": 931168029
        },
        {
            "start": 931168030,
            "stop": 931168031
        },
        {
            "start": 931168034,
            "stop": 931168048
        },
        {
            "start": 931168050,
            "stop": 931168053
        },
        {
            "start": 931168055,
            "stop": 931168056
        },
        {
            "start": 931168062,
            "stop": 931168063
        },
        {
            "start": 931168065,
            "stop": 931168066
        }
    ]
}