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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=136",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 137,
    "results": [
        {
            "start": 931130433,
            "stop": 931130441
        },
        {
            "start": 931130442,
            "stop": 931130450
        },
        {
            "start": 931130451,
            "stop": 931130492
        },
        {
            "start": 931130493,
            "stop": 931130511
        },
        {
            "start": 931130512,
            "stop": 931130519
        },
        {
            "start": 931130520,
            "stop": 931130559
        },
        {
            "start": 931130563,
            "stop": 931130566
        },
        {
            "start": 931130567,
            "stop": 931130568
        },
        {
            "start": 931130569,
            "stop": 931130571
        },
        {
            "start": 931130572,
            "stop": 931130587
        },
        {
            "start": 931130588,
            "stop": 931130592
        },
        {
            "start": 931130593,
            "stop": 931130595
        },
        {
            "start": 931130596,
            "stop": 931130598
        },
        {
            "start": 931130599,
            "stop": 931130600
        },
        {
            "start": 931130601,
            "stop": 931130607
        },
        {
            "start": 931130608,
            "stop": 931130610
        },
        {
            "start": 931130612,
            "stop": 931130616
        },
        {
            "start": 931130617,
            "stop": 931130623
        },
        {
            "start": 931130624,
            "stop": 931130631
        },
        {
            "start": 931130632,
            "stop": 931130647
        }
    ]
}