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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=540",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 541,
    "results": [
        {
            "start": 1262805321,
            "stop": 1262805378
        },
        {
            "start": 1262805381,
            "stop": 1262805387
        },
        {
            "start": 1262805390,
            "stop": 1262805434
        },
        {
            "start": 1262805437,
            "stop": 1262805476
        },
        {
            "start": 1262805482,
            "stop": 1262805492
        },
        {
            "start": 1262805495,
            "stop": 1262805504
        },
        {
            "start": 1262805507,
            "stop": 1262805615
        },
        {
            "start": 1262805621,
            "stop": 1262805667
        },
        {
            "start": 1262805675,
            "stop": 1262805703
        },
        {
            "start": 1262805706,
            "stop": 1262805734
        },
        {
            "start": 1262805737,
            "stop": 1262805777
        },
        {
            "start": 1262805786,
            "stop": 1262805788
        },
        {
            "start": 1262805791,
            "stop": 1262805807
        },
        {
            "start": 1262805813,
            "stop": 1262805888
        },
        {
            "start": 1262805891,
            "stop": 1262805892
        },
        {
            "start": 1262805895,
            "stop": 1262805900
        },
        {
            "start": 1262805903,
            "stop": 1262805904
        },
        {
            "start": 1262805907,
            "stop": 1262805913
        },
        {
            "start": 1262805916,
            "stop": 1262805924
        },
        {
            "start": 1262805927,
            "stop": 1262805928
        }
    ]
}