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=40936
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=40937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40935",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40936,
    "results": [
        {
            "start": 875109631,
            "stop": 875109650
        },
        {
            "start": 875109652,
            "stop": 875109653
        },
        {
            "start": 875109655,
            "stop": 875109662
        },
        {
            "start": 875109664,
            "stop": 875109684
        },
        {
            "start": 875109685,
            "stop": 875109688
        },
        {
            "start": 875109689,
            "stop": 875109709
        },
        {
            "start": 875109710,
            "stop": 875109751
        },
        {
            "start": 875109753,
            "stop": 875109858
        },
        {
            "start": 875109859,
            "stop": 875109861
        },
        {
            "start": 875109864,
            "stop": 875109875
        },
        {
            "start": 875109876,
            "stop": 875109879
        },
        {
            "start": 875109880,
            "stop": 875109922
        },
        {
            "start": 875109923,
            "stop": 875110007
        },
        {
            "start": 875110008,
            "stop": 875110014
        },
        {
            "start": 875110015,
            "stop": 875110033
        },
        {
            "start": 875110034,
            "stop": 875110042
        },
        {
            "start": 875110043,
            "stop": 875110059
        },
        {
            "start": 875110060,
            "stop": 875110109
        },
        {
            "start": 875110110,
            "stop": 875110156
        },
        {
            "start": 875110157,
            "stop": 875110177
        }
    ]
}