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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1660",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1658",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1659,
    "results": [
        {
            "start": 1248346450,
            "stop": 1248347131
        },
        {
            "start": 1248347139,
            "stop": 1248347145
        },
        {
            "start": 1248357903,
            "stop": 1248363921
        },
        {
            "start": 1248363924,
            "stop": 1248364172
        },
        {
            "start": 1248364175,
            "stop": 1248366132
        },
        {
            "start": 1248366133,
            "stop": 1248368173
        },
        {
            "start": 1248368176,
            "stop": 1248368548
        },
        {
            "start": 1248368557,
            "stop": 1248368951
        },
        {
            "start": 1248368954,
            "stop": 1248370185
        },
        {
            "start": 1248370188,
            "stop": 1248370966
        },
        {
            "start": 1248370974,
            "stop": 1248372221
        },
        {
            "start": 1248372224,
            "stop": 1248373016
        },
        {
            "start": 1248373019,
            "stop": 1248373303
        },
        {
            "start": 1248373306,
            "stop": 1248373416
        },
        {
            "start": 1248373417,
            "stop": 1248373418
        },
        {
            "start": 1248373420,
            "stop": 1248373422
        },
        {
            "start": 1248373424,
            "stop": 1248373437
        },
        {
            "start": 1248373457,
            "stop": 1248373519
        },
        {
            "start": 1248373524,
            "stop": 1248373527
        },
        {
            "start": 1248373593,
            "stop": 1248373594
        }
    ]
}