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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=707",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=705",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 706,
    "results": [
        {
            "start": 1266899637,
            "stop": 1266900142
        },
        {
            "start": 1266900144,
            "stop": 1266902127
        },
        {
            "start": 1266902130,
            "stop": 1266906368
        },
        {
            "start": 1266906370,
            "stop": 1266906414
        },
        {
            "start": 1266906416,
            "stop": 1266906418
        },
        {
            "start": 1266906420,
            "stop": 1266906462
        },
        {
            "start": 1266906463,
            "stop": 1266906525
        },
        {
            "start": 1266906526,
            "stop": 1266906608
        },
        {
            "start": 1266906609,
            "stop": 1266913880
        },
        {
            "start": 1266913883,
            "stop": 1266913915
        },
        {
            "start": 1266913920,
            "stop": 1266913935
        },
        {
            "start": 1266913940,
            "stop": 1266913954
        },
        {
            "start": 1266913959,
            "stop": 1266913994
        },
        {
            "start": 1266913999,
            "stop": 1266914212
        },
        {
            "start": 1266914217,
            "stop": 1266914238
        },
        {
            "start": 1266914243,
            "stop": 1266914290
        },
        {
            "start": 1266914295,
            "stop": 1266914339
        },
        {
            "start": 1266914344,
            "stop": 1266916261
        },
        {
            "start": 1266916263,
            "stop": 1266917298
        },
        {
            "start": 1266917300,
            "stop": 1266920034
        }
    ]
}