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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5114",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5112",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5113,
    "results": [
        {
            "start": 1136982456,
            "stop": 1136982468
        },
        {
            "start": 1136982470,
            "stop": 1136982479
        },
        {
            "start": 1136982480,
            "stop": 1136982492
        },
        {
            "start": 1136982493,
            "stop": 1136982503
        },
        {
            "start": 1136982505,
            "stop": 1136982563
        },
        {
            "start": 1136982566,
            "stop": 1136982569
        },
        {
            "start": 1136982572,
            "stop": 1136982582
        },
        {
            "start": 1136982586,
            "stop": 1136982595
        },
        {
            "start": 1136982597,
            "stop": 1136982607
        },
        {
            "start": 1136982608,
            "stop": 1136982616
        },
        {
            "start": 1136982618,
            "stop": 1136982630
        },
        {
            "start": 1136982632,
            "stop": 1136982655
        },
        {
            "start": 1136982657,
            "stop": 1136982660
        },
        {
            "start": 1136982662,
            "stop": 1136982668
        },
        {
            "start": 1136982670,
            "stop": 1136982681
        },
        {
            "start": 1136982685,
            "stop": 1136982691
        },
        {
            "start": 1136982693,
            "stop": 1136982730
        },
        {
            "start": 1136982732,
            "stop": 1136982733
        },
        {
            "start": 1136982737,
            "stop": 1136982759
        },
        {
            "start": 1136982761,
            "stop": 1136982792
        }
    ]
}