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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 138,
    "results": [
        {
            "start": 1380525608,
            "stop": 1380533843
        },
        {
            "start": 1380533848,
            "stop": 1380534515
        },
        {
            "start": 1380534520,
            "stop": 1380542979
        },
        {
            "start": 1380542984,
            "stop": 1380549604
        },
        {
            "start": 1380549609,
            "stop": 1380553271
        },
        {
            "start": 1380553276,
            "stop": 1380553739
        },
        {
            "start": 1380553744,
            "stop": 1380556591
        },
        {
            "start": 1380556596,
            "stop": 1380558805
        },
        {
            "start": 1380558810,
            "stop": 1380560012
        },
        {
            "start": 1380560017,
            "stop": 1380562479
        },
        {
            "start": 1380562543,
            "stop": 1380573583
        },
        {
            "start": 1380582449,
            "stop": 1380587765
        },
        {
            "start": 1380587770,
            "stop": 1380597419
        },
        {
            "start": 1380597424,
            "stop": 1380615186
        },
        {
            "start": 1380615191,
            "stop": 1380621074
        },
        {
            "start": 1380621079,
            "stop": 1380621498
        },
        {
            "start": 1380621503,
            "stop": 1380622486
        },
        {
            "start": 1380622491,
            "stop": 1380625060
        },
        {
            "start": 1380625065,
            "stop": 1380625236
        },
        {
            "start": 1380625241,
            "stop": 1380639044
        }
    ]
}