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=1741
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=1742",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1740",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1741,
    "results": [
        {
            "start": 1249382300,
            "stop": 1249382327
        },
        {
            "start": 1249382328,
            "stop": 1249382331
        },
        {
            "start": 1249382333,
            "stop": 1249382335
        },
        {
            "start": 1249382336,
            "stop": 1249382337
        },
        {
            "start": 1249382344,
            "stop": 1249382345
        },
        {
            "start": 1249382347,
            "stop": 1249382354
        },
        {
            "start": 1249382355,
            "stop": 1249382356
        },
        {
            "start": 1249382357,
            "stop": 1249382362
        },
        {
            "start": 1249382363,
            "stop": 1249382365
        },
        {
            "start": 1249382366,
            "stop": 1249382369
        },
        {
            "start": 1249382371,
            "stop": 1249382372
        },
        {
            "start": 1249382386,
            "stop": 1249382390
        },
        {
            "start": 1249382418,
            "stop": 1249382422
        },
        {
            "start": 1249382428,
            "stop": 1249382445
        },
        {
            "start": 1249382446,
            "stop": 1249382499
        },
        {
            "start": 1249382511,
            "stop": 1249382512
        },
        {
            "start": 1249382514,
            "stop": 1249382582
        },
        {
            "start": 1249382583,
            "stop": 1249382604
        },
        {
            "start": 1249382605,
            "stop": 1249382606
        },
        {
            "start": 1249382607,
            "stop": 1249382608
        }
    ]
}