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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 120,
    "results": [
        {
            "start": 1126635052,
            "stop": 1126635057
        },
        {
            "start": 1126635058,
            "stop": 1126635064
        },
        {
            "start": 1126635065,
            "stop": 1126635068
        },
        {
            "start": 1126635069,
            "stop": 1126635072
        },
        {
            "start": 1126635138,
            "stop": 1126635144
        },
        {
            "start": 1126635146,
            "stop": 1126635147
        },
        {
            "start": 1126635148,
            "stop": 1126635149
        },
        {
            "start": 1126635151,
            "stop": 1126635155
        },
        {
            "start": 1126635158,
            "stop": 1126635159
        },
        {
            "start": 1126635163,
            "stop": 1126635168
        },
        {
            "start": 1126635170,
            "stop": 1126635171
        },
        {
            "start": 1126635172,
            "stop": 1126635204
        },
        {
            "start": 1126635206,
            "stop": 1126635211
        },
        {
            "start": 1126635214,
            "stop": 1126635215
        },
        {
            "start": 1126635216,
            "stop": 1126635219
        },
        {
            "start": 1126635220,
            "stop": 1126635227
        },
        {
            "start": 1126635228,
            "stop": 1126635242
        },
        {
            "start": 1126635244,
            "stop": 1126635247
        },
        {
            "start": 1126635248,
            "stop": 1126635249
        },
        {
            "start": 1126635251,
            "stop": 1126635252
        }
    ]
}