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=485
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=486",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=484",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 485,
    "results": [
        {
            "start": 1262337721,
            "stop": 1262337754
        },
        {
            "start": 1262337757,
            "stop": 1262337944
        },
        {
            "start": 1262337947,
            "stop": 1262338393
        },
        {
            "start": 1262338396,
            "stop": 1262338510
        },
        {
            "start": 1262338513,
            "stop": 1262338566
        },
        {
            "start": 1262338569,
            "stop": 1262338653
        },
        {
            "start": 1262338656,
            "stop": 1262338896
        },
        {
            "start": 1262338899,
            "stop": 1262339324
        },
        {
            "start": 1262339327,
            "stop": 1262339565
        },
        {
            "start": 1262339568,
            "stop": 1262339743
        },
        {
            "start": 1262339746,
            "stop": 1262339786
        },
        {
            "start": 1262339789,
            "stop": 1262339809
        },
        {
            "start": 1262339812,
            "stop": 1262339910
        },
        {
            "start": 1262339913,
            "stop": 1262340101
        },
        {
            "start": 1262340104,
            "stop": 1262340184
        },
        {
            "start": 1262340187,
            "stop": 1262340443
        },
        {
            "start": 1262340446,
            "stop": 1262340504
        },
        {
            "start": 1262340507,
            "stop": 1262340696
        },
        {
            "start": 1262340699,
            "stop": 1262340758
        },
        {
            "start": 1262340761,
            "stop": 1262340847
        }
    ]
}