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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1795",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1793",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1794,
    "results": [
        {
            "start": 1249678696,
            "stop": 1249679015
        },
        {
            "start": 1249679018,
            "stop": 1249679019
        },
        {
            "start": 1249679021,
            "stop": 1249679796
        },
        {
            "start": 1249679804,
            "stop": 1249680332
        },
        {
            "start": 1249680334,
            "stop": 1249680337
        },
        {
            "start": 1249680339,
            "stop": 1249680500
        },
        {
            "start": 1249680503,
            "stop": 1249680514
        },
        {
            "start": 1249680517,
            "stop": 1249680961
        },
        {
            "start": 1249680964,
            "stop": 1249681768
        },
        {
            "start": 1249681771,
            "stop": 1249683242
        },
        {
            "start": 1249683245,
            "stop": 1249684791
        },
        {
            "start": 1249684794,
            "stop": 1249685751
        },
        {
            "start": 1249685752,
            "stop": 1249685888
        },
        {
            "start": 1249685891,
            "stop": 1249685907
        },
        {
            "start": 1249685908,
            "stop": 1249685973
        },
        {
            "start": 1249685975,
            "stop": 1249686560
        },
        {
            "start": 1249686562,
            "stop": 1249687541
        },
        {
            "start": 1249687543,
            "stop": 1249687657
        },
        {
            "start": 1249687660,
            "stop": 1249688059
        },
        {
            "start": 1249688062,
            "stop": 1249688072
        }
    ]
}