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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 111,
    "results": [
        {
            "start": 1409861578,
            "stop": 1409870643
        },
        {
            "start": 1409870647,
            "stop": 1409876244
        },
        {
            "start": 1409876247,
            "stop": 1409898054
        },
        {
            "start": 1409898058,
            "stop": 1409905031
        },
        {
            "start": 1409905034,
            "stop": 1409905997
        },
        {
            "start": 1409906000,
            "stop": 1409914522
        },
        {
            "start": 1409920801,
            "stop": 1409931244
        },
        {
            "start": 1409932087,
            "stop": 1409932100
        },
        {
            "start": 1409932177,
            "stop": 1409932260
        },
        {
            "start": 1409941953,
            "stop": 1409941998
        },
        {
            "start": 1409942089,
            "stop": 1409944412
        },
        {
            "start": 1409944416,
            "stop": 1409987913
        },
        {
            "start": 1409987916,
            "stop": 1409988596
        },
        {
            "start": 1409988601,
            "stop": 1409990274
        },
        {
            "start": 1409990278,
            "stop": 1410005400
        },
        {
            "start": 1410005403,
            "stop": 1410012424
        },
        {
            "start": 1410218789,
            "stop": 1410222448
        },
        {
            "start": 1410222585,
            "stop": 1410224196
        },
        {
            "start": 1410231154,
            "stop": 1410244420
        },
        {
            "start": 1410244425,
            "stop": 1410250734
        }
    ]
}