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=1750
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=1751",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1749",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1750,
    "results": [
        {
            "start": 1249429959,
            "stop": 1249430366
        },
        {
            "start": 1249430369,
            "stop": 1249430380
        },
        {
            "start": 1249430383,
            "stop": 1249430391
        },
        {
            "start": 1249430394,
            "stop": 1249430483
        },
        {
            "start": 1249430486,
            "stop": 1249430587
        },
        {
            "start": 1249430590,
            "stop": 1249430656
        },
        {
            "start": 1249430659,
            "stop": 1249430767
        },
        {
            "start": 1249430770,
            "stop": 1249432078
        },
        {
            "start": 1249432081,
            "stop": 1249432237
        },
        {
            "start": 1249432240,
            "stop": 1249432433
        },
        {
            "start": 1249432436,
            "stop": 1249432570
        },
        {
            "start": 1249432573,
            "stop": 1249432659
        },
        {
            "start": 1249432662,
            "stop": 1249432879
        },
        {
            "start": 1249432882,
            "stop": 1249433037
        },
        {
            "start": 1249433040,
            "stop": 1249433160
        },
        {
            "start": 1249433163,
            "stop": 1249433186
        },
        {
            "start": 1249433189,
            "stop": 1249433699
        },
        {
            "start": 1249433702,
            "stop": 1249434120
        },
        {
            "start": 1249434123,
            "stop": 1249434169
        },
        {
            "start": 1249434172,
            "stop": 1249434237
        }
    ]
}