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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 85,
    "results": [
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819600118
        },
        {
            "start": 819601648,
            "stop": 819604025
        },
        {
            "start": 819605130,
            "stop": 819614277
        },
        {
            "start": 819614281,
            "stop": 819616196
        },
        {
            "start": 819616199,
            "stop": 819625543
        },
        {
            "start": 819625724,
            "stop": 819634541
        },
        {
            "start": 819634544,
            "stop": 819640741
        },
        {
            "start": 819642439,
            "stop": 819648063
        },
        {
            "start": 819648066,
            "stop": 819654722
        },
        {
            "start": 819654726,
            "stop": 819656602
        },
        {
            "start": 819659384,
            "stop": 819661226
        },
        {
            "start": 819662144,
            "stop": 819670008
        },
        {
            "start": 819670011,
            "stop": 819671323
        },
        {
            "start": 819671326,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819675538
        },
        {
            "start": 819675541,
            "stop": 819676761
        },
        {
            "start": 819676764,
            "stop": 819676949
        },
        {
            "start": 819676952,
            "stop": 819677143
        }
    ]
}