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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41029",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41030,
    "results": [
        {
            "start": 875182724,
            "stop": 875182728
        },
        {
            "start": 875182729,
            "stop": 875182734
        },
        {
            "start": 875182735,
            "stop": 875182739
        },
        {
            "start": 875183040,
            "stop": 875183049
        },
        {
            "start": 875183050,
            "stop": 875183053
        },
        {
            "start": 875183056,
            "stop": 875183057
        },
        {
            "start": 875183059,
            "stop": 875183060
        },
        {
            "start": 875183062,
            "stop": 875183067
        },
        {
            "start": 875183069,
            "stop": 875183070
        },
        {
            "start": 875183072,
            "stop": 875183074
        },
        {
            "start": 875183076,
            "stop": 875183077
        },
        {
            "start": 875183079,
            "stop": 875183081
        },
        {
            "start": 875183082,
            "stop": 875183084
        },
        {
            "start": 875183086,
            "stop": 875183087
        },
        {
            "start": 875183089,
            "stop": 875183090
        },
        {
            "start": 875183092,
            "stop": 875183100
        },
        {
            "start": 875183340,
            "stop": 875183375
        },
        {
            "start": 875183377,
            "stop": 875183400
        },
        {
            "start": 875183760,
            "stop": 875183820
        },
        {
            "start": 875187061,
            "stop": 875187066
        }
    ]
}