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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 99,
    "results": [
        {
            "start": 1239170183,
            "stop": 1239172458
        },
        {
            "start": 1239172460,
            "stop": 1239172922
        },
        {
            "start": 1239172924,
            "stop": 1239173469
        },
        {
            "start": 1239173472,
            "stop": 1239173633
        },
        {
            "start": 1239173641,
            "stop": 1239177118
        },
        {
            "start": 1239177121,
            "stop": 1239178021
        },
        {
            "start": 1239178024,
            "stop": 1239181401
        },
        {
            "start": 1239181409,
            "stop": 1239181904
        },
        {
            "start": 1239181907,
            "stop": 1239182150
        },
        {
            "start": 1239182152,
            "stop": 1239182799
        },
        {
            "start": 1239182800,
            "stop": 1239183703
        },
        {
            "start": 1239183704,
            "stop": 1239185883
        },
        {
            "start": 1239185884,
            "stop": 1239187996
        },
        {
            "start": 1239187999,
            "stop": 1239192162
        },
        {
            "start": 1239192163,
            "stop": 1239192246
        },
        {
            "start": 1239192254,
            "stop": 1239193470
        },
        {
            "start": 1239193478,
            "stop": 1239195111
        },
        {
            "start": 1239195118,
            "stop": 1239196224
        },
        {
            "start": 1239196225,
            "stop": 1239196855
        },
        {
            "start": 1239196858,
            "stop": 1239196873
        }
    ]
}