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=5104
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=5105",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5103",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5104,
    "results": [
        {
            "start": 1136978562,
            "stop": 1136978600
        },
        {
            "start": 1136978602,
            "stop": 1136978603
        },
        {
            "start": 1136978604,
            "stop": 1136978622
        },
        {
            "start": 1136978624,
            "stop": 1136978625
        },
        {
            "start": 1136978626,
            "stop": 1136978645
        },
        {
            "start": 1136978647,
            "stop": 1136978663
        },
        {
            "start": 1136978665,
            "stop": 1136978683
        },
        {
            "start": 1136978685,
            "stop": 1136978709
        },
        {
            "start": 1136978711,
            "stop": 1136978715
        },
        {
            "start": 1136978717,
            "stop": 1136978720
        },
        {
            "start": 1136978722,
            "stop": 1136978729
        },
        {
            "start": 1136978734,
            "stop": 1136978737
        },
        {
            "start": 1136978739,
            "stop": 1136978740
        },
        {
            "start": 1136978742,
            "stop": 1136978751
        },
        {
            "start": 1136978753,
            "stop": 1136978755
        },
        {
            "start": 1136978757,
            "stop": 1136978759
        },
        {
            "start": 1136978760,
            "stop": 1136978778
        },
        {
            "start": 1136978780,
            "stop": 1136978802
        },
        {
            "start": 1136978804,
            "stop": 1136978805
        },
        {
            "start": 1136978808,
            "stop": 1136978824
        }
    ]
}