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=40991
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=40992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40990",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40991,
    "results": [
        {
            "start": 875144637,
            "stop": 875144657
        },
        {
            "start": 875144659,
            "stop": 875144689
        },
        {
            "start": 875144691,
            "stop": 875144705
        },
        {
            "start": 875144706,
            "stop": 875144742
        },
        {
            "start": 875144743,
            "stop": 875144745
        },
        {
            "start": 875144746,
            "stop": 875144768
        },
        {
            "start": 875144769,
            "stop": 875144773
        },
        {
            "start": 875144775,
            "stop": 875144783
        },
        {
            "start": 875144784,
            "stop": 875144793
        },
        {
            "start": 875144794,
            "stop": 875144831
        },
        {
            "start": 875144833,
            "stop": 875144858
        },
        {
            "start": 875144859,
            "stop": 875144893
        },
        {
            "start": 875144894,
            "stop": 875144908
        },
        {
            "start": 875144909,
            "stop": 875144960
        },
        {
            "start": 875144962,
            "stop": 875144966
        },
        {
            "start": 875144967,
            "stop": 875145007
        },
        {
            "start": 875145008,
            "stop": 875145020
        },
        {
            "start": 875145021,
            "stop": 875145056
        },
        {
            "start": 875145057,
            "stop": 875145074
        },
        {
            "start": 875145076,
            "stop": 875145094
        }
    ]
}