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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 121,
    "results": [
        {
            "start": 1411618561,
            "stop": 1411630114
        },
        {
            "start": 1411630117,
            "stop": 1411638558
        },
        {
            "start": 1411638561,
            "stop": 1411648187
        },
        {
            "start": 1411648189,
            "stop": 1411651621
        },
        {
            "start": 1411651622,
            "stop": 1411653862
        },
        {
            "start": 1411653867,
            "stop": 1411655034
        },
        {
            "start": 1411655036,
            "stop": 1411656646
        },
        {
            "start": 1411656650,
            "stop": 1411664058
        },
        {
            "start": 1411664062,
            "stop": 1411681561
        },
        {
            "start": 1411681566,
            "stop": 1411682563
        },
        {
            "start": 1411682568,
            "stop": 1411687275
        },
        {
            "start": 1411687280,
            "stop": 1411696669
        },
        {
            "start": 1411696673,
            "stop": 1411700992
        },
        {
            "start": 1411700997,
            "stop": 1411724290
        },
        {
            "start": 1411724295,
            "stop": 1411736524
        },
        {
            "start": 1411743407,
            "stop": 1411745434
        },
        {
            "start": 1411756223,
            "stop": 1411756338
        },
        {
            "start": 1411756343,
            "stop": 1411760753
        },
        {
            "start": 1411760758,
            "stop": 1411762449
        },
        {
            "start": 1411762452,
            "stop": 1411777263
        }
    ]
}