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=40957
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=40958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40956",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40957,
    "results": [
        {
            "start": 875122719,
            "stop": 875122725
        },
        {
            "start": 875122727,
            "stop": 875122749
        },
        {
            "start": 875122751,
            "stop": 875122763
        },
        {
            "start": 875122764,
            "stop": 875122768
        },
        {
            "start": 875122769,
            "stop": 875122798
        },
        {
            "start": 875122799,
            "stop": 875122808
        },
        {
            "start": 875122809,
            "stop": 875122845
        },
        {
            "start": 875122846,
            "stop": 875122847
        },
        {
            "start": 875122849,
            "stop": 875122855
        },
        {
            "start": 875122857,
            "stop": 875122880
        },
        {
            "start": 875122881,
            "stop": 875122884
        },
        {
            "start": 875122886,
            "stop": 875122890
        },
        {
            "start": 875122893,
            "stop": 875122898
        },
        {
            "start": 875122899,
            "stop": 875122924
        },
        {
            "start": 875122925,
            "stop": 875122927
        },
        {
            "start": 875122928,
            "stop": 875122930
        },
        {
            "start": 875122931,
            "stop": 875122958
        },
        {
            "start": 875122961,
            "stop": 875122963
        },
        {
            "start": 875122964,
            "stop": 875122999
        },
        {
            "start": 875123000,
            "stop": 875123003
        }
    ]
}