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=1654
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=1655",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1653",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1654,
    "results": [
        {
            "start": 1248269501,
            "stop": 1248272382
        },
        {
            "start": 1248272384,
            "stop": 1248272418
        },
        {
            "start": 1248272421,
            "stop": 1248274652
        },
        {
            "start": 1248274655,
            "stop": 1248274967
        },
        {
            "start": 1248274972,
            "stop": 1248275404
        },
        {
            "start": 1248275407,
            "stop": 1248276831
        },
        {
            "start": 1248276834,
            "stop": 1248278415
        },
        {
            "start": 1248278418,
            "stop": 1248281113
        },
        {
            "start": 1248281116,
            "stop": 1248281392
        },
        {
            "start": 1248281394,
            "stop": 1248282170
        },
        {
            "start": 1248282172,
            "stop": 1248282183
        },
        {
            "start": 1248282184,
            "stop": 1248282197
        },
        {
            "start": 1248282199,
            "stop": 1248282367
        },
        {
            "start": 1248282370,
            "stop": 1248282409
        },
        {
            "start": 1248282410,
            "stop": 1248282412
        },
        {
            "start": 1248282413,
            "stop": 1248282429
        },
        {
            "start": 1248282437,
            "stop": 1248282480
        },
        {
            "start": 1248282481,
            "stop": 1248282486
        },
        {
            "start": 1248282487,
            "stop": 1248282490
        },
        {
            "start": 1248282491,
            "stop": 1248282493
        }
    ]
}