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=607
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=608",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=606",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 607,
    "results": [
        {
            "start": 1265074456,
            "stop": 1265074695
        },
        {
            "start": 1265074696,
            "stop": 1265075054
        },
        {
            "start": 1265075059,
            "stop": 1265075177
        },
        {
            "start": 1265075178,
            "stop": 1265075318
        },
        {
            "start": 1265075324,
            "stop": 1265077185
        },
        {
            "start": 1265077186,
            "stop": 1265078035
        },
        {
            "start": 1265078038,
            "stop": 1265078474
        },
        {
            "start": 1265078475,
            "stop": 1265078805
        },
        {
            "start": 1265078807,
            "stop": 1265079210
        },
        {
            "start": 1265079211,
            "stop": 1265079637
        },
        {
            "start": 1265079638,
            "stop": 1265079674
        },
        {
            "start": 1265079675,
            "stop": 1265079676
        },
        {
            "start": 1265079677,
            "stop": 1265079678
        },
        {
            "start": 1265079679,
            "stop": 1265079701
        },
        {
            "start": 1265079702,
            "stop": 1265080071
        },
        {
            "start": 1265080072,
            "stop": 1265080436
        },
        {
            "start": 1265080438,
            "stop": 1265080495
        },
        {
            "start": 1265080497,
            "stop": 1265080883
        },
        {
            "start": 1265080888,
            "stop": 1265081648
        },
        {
            "start": 1265081650,
            "stop": 1265082844
        }
    ]
}