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=40603
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=40604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40602",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40603,
    "results": [
        {
            "start": 874885522,
            "stop": 874885526
        },
        {
            "start": 874885527,
            "stop": 874885531
        },
        {
            "start": 874885533,
            "stop": 874885537
        },
        {
            "start": 874885538,
            "stop": 874885542
        },
        {
            "start": 874885543,
            "stop": 874885547
        },
        {
            "start": 874885549,
            "stop": 874885553
        },
        {
            "start": 874885554,
            "stop": 874885558
        },
        {
            "start": 874885559,
            "stop": 874885563
        },
        {
            "start": 874885565,
            "stop": 874885569
        },
        {
            "start": 874885570,
            "stop": 874885574
        },
        {
            "start": 874885575,
            "stop": 874885577
        },
        {
            "start": 874885579,
            "stop": 874885580
        },
        {
            "start": 874885581,
            "stop": 874885585
        },
        {
            "start": 874885586,
            "stop": 874885590
        },
        {
            "start": 874885591,
            "stop": 874885596
        },
        {
            "start": 874885597,
            "stop": 874885601
        },
        {
            "start": 874885602,
            "stop": 874885603
        },
        {
            "start": 874885604,
            "stop": 874885606
        },
        {
            "start": 874885607,
            "stop": 874885612
        },
        {
            "start": 874885613,
            "stop": 874885617
        }
    ]
}