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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=586",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=584",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 585,
    "results": [
        {
            "start": 1262915620,
            "stop": 1262915733
        },
        {
            "start": 1262915736,
            "stop": 1262915740
        },
        {
            "start": 1262915743,
            "stop": 1262915746
        },
        {
            "start": 1262915749,
            "stop": 1262915750
        },
        {
            "start": 1262915756,
            "stop": 1262915824
        },
        {
            "start": 1262915827,
            "stop": 1262915907
        },
        {
            "start": 1262915910,
            "stop": 1262915922
        },
        {
            "start": 1262915925,
            "stop": 1262915929
        },
        {
            "start": 1262915932,
            "stop": 1262916025
        },
        {
            "start": 1262916028,
            "stop": 1262916066
        },
        {
            "start": 1262916069,
            "stop": 1262916112
        },
        {
            "start": 1262916115,
            "stop": 1262916160
        },
        {
            "start": 1262916163,
            "stop": 1262916251
        },
        {
            "start": 1262916254,
            "stop": 1262916292
        },
        {
            "start": 1262916295,
            "stop": 1262916328
        },
        {
            "start": 1262916331,
            "stop": 1262916403
        },
        {
            "start": 1262916406,
            "stop": 1262916495
        },
        {
            "start": 1262916498,
            "stop": 1262916544
        },
        {
            "start": 1262916547,
            "stop": 1262916566
        },
        {
            "start": 1262916569,
            "stop": 1262916598
        }
    ]
}