Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 69,
    "results": [
        {
            "start": 1131063586,
            "stop": 1131063587
        },
        {
            "start": 1131063588,
            "stop": 1131063590
        },
        {
            "start": 1131063591,
            "stop": 1131063600
        },
        {
            "start": 1131063605,
            "stop": 1131063615
        },
        {
            "start": 1131063617,
            "stop": 1131063629
        },
        {
            "start": 1131063630,
            "stop": 1131063652
        },
        {
            "start": 1131063653,
            "stop": 1131063657
        },
        {
            "start": 1131063658,
            "stop": 1131063662
        },
        {
            "start": 1131063663,
            "stop": 1131063669
        },
        {
            "start": 1131063670,
            "stop": 1131063694
        },
        {
            "start": 1131063696,
            "stop": 1131063697
        },
        {
            "start": 1131063698,
            "stop": 1131063732
        },
        {
            "start": 1131063735,
            "stop": 1131063764
        },
        {
            "start": 1131063765,
            "stop": 1131063766
        },
        {
            "start": 1131063768,
            "stop": 1131063769
        },
        {
            "start": 1131063770,
            "stop": 1131063774
        },
        {
            "start": 1131063776,
            "stop": 1131063782
        },
        {
            "start": 1131063783,
            "stop": 1131063830
        },
        {
            "start": 1131063833,
            "stop": 1131063836
        },
        {
            "start": 1131063837,
            "stop": 1131063840
        }
    ]
}