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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1777",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1775",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1776,
    "results": [
        {
            "start": 1249528696,
            "stop": 1249528720
        },
        {
            "start": 1249528723,
            "stop": 1249528761
        },
        {
            "start": 1249528764,
            "stop": 1249528765
        },
        {
            "start": 1249528768,
            "stop": 1249528950
        },
        {
            "start": 1249528953,
            "stop": 1249528991
        },
        {
            "start": 1249528994,
            "stop": 1249529173
        },
        {
            "start": 1249529176,
            "stop": 1249529199
        },
        {
            "start": 1249529200,
            "stop": 1249529360
        },
        {
            "start": 1249529363,
            "stop": 1249529441
        },
        {
            "start": 1249543602,
            "stop": 1249544488
        },
        {
            "start": 1249544491,
            "stop": 1249544720
        },
        {
            "start": 1249544723,
            "stop": 1249544778
        },
        {
            "start": 1249544781,
            "stop": 1249544810
        },
        {
            "start": 1249544813,
            "stop": 1249544884
        },
        {
            "start": 1249544887,
            "stop": 1249544981
        },
        {
            "start": 1249544984,
            "stop": 1249545047
        },
        {
            "start": 1249545050,
            "stop": 1249545226
        },
        {
            "start": 1249545229,
            "stop": 1249545231
        },
        {
            "start": 1249545234,
            "stop": 1249545397
        },
        {
            "start": 1249545400,
            "stop": 1249545513
        }
    ]
}