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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=334",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 335,
    "results": [
        {
            "start": 1380561607,
            "stop": 1380561815
        },
        {
            "start": 1380561817,
            "stop": 1380565006
        },
        {
            "start": 1380565011,
            "stop": 1380567792
        },
        {
            "start": 1380567796,
            "stop": 1380568042
        },
        {
            "start": 1380568046,
            "stop": 1380575774
        },
        {
            "start": 1380576754,
            "stop": 1380594229
        },
        {
            "start": 1380602144,
            "stop": 1380618137
        },
        {
            "start": 1380618141,
            "stop": 1380620095
        },
        {
            "start": 1380620097,
            "stop": 1380628926
        },
        {
            "start": 1380628930,
            "stop": 1380639720
        },
        {
            "start": 1380639724,
            "stop": 1380651685
        },
        {
            "start": 1380651688,
            "stop": 1380658707
        },
        {
            "start": 1380658711,
            "stop": 1380673090
        },
        {
            "start": 1380673095,
            "stop": 1380673341
        },
        {
            "start": 1380673346,
            "stop": 1380674889
        },
        {
            "start": 1380674892,
            "stop": 1380688674
        },
        {
            "start": 1380688677,
            "stop": 1380690629
        },
        {
            "start": 1380695265,
            "stop": 1380697246
        },
        {
            "start": 1380720832,
            "stop": 1380729075
        },
        {
            "start": 1380729080,
            "stop": 1380743295
        }
    ]
}