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=5165
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=5166",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5164",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5165,
    "results": [
        {
            "start": 1136999446,
            "stop": 1136999452
        },
        {
            "start": 1136999455,
            "stop": 1136999468
        },
        {
            "start": 1136999470,
            "stop": 1136999475
        },
        {
            "start": 1136999477,
            "stop": 1136999481
        },
        {
            "start": 1136999482,
            "stop": 1136999528
        },
        {
            "start": 1136999530,
            "stop": 1136999567
        },
        {
            "start": 1136999569,
            "stop": 1136999580
        },
        {
            "start": 1136999582,
            "stop": 1136999589
        },
        {
            "start": 1136999591,
            "stop": 1136999602
        },
        {
            "start": 1136999604,
            "stop": 1136999609
        },
        {
            "start": 1136999611,
            "stop": 1136999622
        },
        {
            "start": 1136999624,
            "stop": 1136999645
        },
        {
            "start": 1136999647,
            "stop": 1136999650
        },
        {
            "start": 1136999651,
            "stop": 1136999655
        },
        {
            "start": 1136999657,
            "stop": 1136999677
        },
        {
            "start": 1136999678,
            "stop": 1136999702
        },
        {
            "start": 1136999704,
            "stop": 1136999706
        },
        {
            "start": 1136999708,
            "stop": 1136999723
        },
        {
            "start": 1136999727,
            "stop": 1136999760
        },
        {
            "start": 1136999761,
            "stop": 1136999762
        }
    ]
}