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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=356",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 357,
    "results": [
        {
            "start": 1181629016,
            "stop": 1181629020
        },
        {
            "start": 1181629021,
            "stop": 1181629023
        },
        {
            "start": 1181629025,
            "stop": 1181629027
        },
        {
            "start": 1181629029,
            "stop": 1181629032
        },
        {
            "start": 1181629033,
            "stop": 1181629042
        },
        {
            "start": 1181629046,
            "stop": 1181629047
        },
        {
            "start": 1181629048,
            "stop": 1181629049
        },
        {
            "start": 1181629050,
            "stop": 1181629051
        },
        {
            "start": 1181629052,
            "stop": 1181629055
        },
        {
            "start": 1181629057,
            "stop": 1181629139
        },
        {
            "start": 1181629140,
            "stop": 1181629158
        },
        {
            "start": 1181629160,
            "stop": 1181629161
        },
        {
            "start": 1181629162,
            "stop": 1181629169
        },
        {
            "start": 1181629173,
            "stop": 1181629179
        },
        {
            "start": 1181629181,
            "stop": 1181629182
        },
        {
            "start": 1181629183,
            "stop": 1181629184
        },
        {
            "start": 1181629186,
            "stop": 1181629189
        },
        {
            "start": 1181629190,
            "stop": 1181629194
        },
        {
            "start": 1181629195,
            "stop": 1181629198
        },
        {
            "start": 1181629199,
            "stop": 1181629201
        }
    ]
}