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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=294",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 295,
    "results": [
        {
            "start": 1260236261,
            "stop": 1260236264
        },
        {
            "start": 1260236267,
            "stop": 1260236469
        },
        {
            "start": 1260236472,
            "stop": 1260236482
        },
        {
            "start": 1260236483,
            "stop": 1260236497
        },
        {
            "start": 1260236500,
            "stop": 1260236603
        },
        {
            "start": 1260236606,
            "stop": 1260236626
        },
        {
            "start": 1260236627,
            "stop": 1260236679
        },
        {
            "start": 1260236681,
            "stop": 1260237080
        },
        {
            "start": 1260237081,
            "stop": 1260237121
        },
        {
            "start": 1260237123,
            "stop": 1260237498
        },
        {
            "start": 1260237501,
            "stop": 1260237585
        },
        {
            "start": 1260237586,
            "stop": 1260237646
        },
        {
            "start": 1260237647,
            "stop": 1260237836
        },
        {
            "start": 1260237839,
            "stop": 1260237847
        },
        {
            "start": 1260237850,
            "stop": 1260237944
        },
        {
            "start": 1260237945,
            "stop": 1260238003
        },
        {
            "start": 1260238006,
            "stop": 1260238057
        },
        {
            "start": 1260238058,
            "stop": 1260238167
        },
        {
            "start": 1260238168,
            "stop": 1260238479
        },
        {
            "start": 1260238482,
            "stop": 1260238654
        }
    ]
}