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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=295",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 296,
    "results": [
        {
            "start": 1260238655,
            "stop": 1260238708
        },
        {
            "start": 1260238710,
            "stop": 1260238873
        },
        {
            "start": 1260238874,
            "stop": 1260239143
        },
        {
            "start": 1260239144,
            "stop": 1260239245
        },
        {
            "start": 1260239248,
            "stop": 1260239465
        },
        {
            "start": 1260239466,
            "stop": 1260240045
        },
        {
            "start": 1260240048,
            "stop": 1260240530
        },
        {
            "start": 1260240531,
            "stop": 1260241005
        },
        {
            "start": 1260241008,
            "stop": 1260241228
        },
        {
            "start": 1260241229,
            "stop": 1260241470
        },
        {
            "start": 1260241473,
            "stop": 1260241829
        },
        {
            "start": 1260241832,
            "stop": 1260242124
        },
        {
            "start": 1260242127,
            "stop": 1260242177
        },
        {
            "start": 1260242180,
            "stop": 1260242338
        },
        {
            "start": 1260242339,
            "stop": 1260242676
        },
        {
            "start": 1260242679,
            "stop": 1260242908
        },
        {
            "start": 1260242911,
            "stop": 1260242941
        },
        {
            "start": 1260242944,
            "stop": 1260243353
        },
        {
            "start": 1260243356,
            "stop": 1260244126
        },
        {
            "start": 1260244128,
            "stop": 1260244684
        }
    ]
}