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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=383",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 384,
    "results": [
        {
            "start": 1260976244,
            "stop": 1260976245
        },
        {
            "start": 1260976247,
            "stop": 1260976250
        },
        {
            "start": 1260976253,
            "stop": 1260976255
        },
        {
            "start": 1260976257,
            "stop": 1260978366
        },
        {
            "start": 1260978368,
            "stop": 1260980227
        },
        {
            "start": 1260980230,
            "stop": 1260980231
        },
        {
            "start": 1260980233,
            "stop": 1260980247
        },
        {
            "start": 1260980249,
            "stop": 1260980282
        },
        {
            "start": 1260980284,
            "stop": 1260980287
        },
        {
            "start": 1260980289,
            "stop": 1260980301
        },
        {
            "start": 1260980304,
            "stop": 1260980317
        },
        {
            "start": 1260980320,
            "stop": 1260980321
        },
        {
            "start": 1260980323,
            "stop": 1260980327
        },
        {
            "start": 1260980328,
            "stop": 1260980544
        },
        {
            "start": 1260980547,
            "stop": 1260980567
        },
        {
            "start": 1260980569,
            "stop": 1260980581
        },
        {
            "start": 1260980585,
            "stop": 1260980603
        },
        {
            "start": 1260980606,
            "stop": 1260980630
        },
        {
            "start": 1260980632,
            "stop": 1260980638
        },
        {
            "start": 1260980640,
            "stop": 1260980645
        }
    ]
}