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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2963",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2964,
    "results": [
        {
            "start": 860444469,
            "stop": 860445427
        },
        {
            "start": 860445430,
            "stop": 860445434
        },
        {
            "start": 860445439,
            "stop": 860445540
        },
        {
            "start": 860445600,
            "stop": 860446020
        },
        {
            "start": 860446080,
            "stop": 860447584
        },
        {
            "start": 860447589,
            "stop": 860447863
        },
        {
            "start": 860448012,
            "stop": 860448410
        },
        {
            "start": 860448413,
            "stop": 860448420
        },
        {
            "start": 860448652,
            "stop": 860448762
        },
        {
            "start": 860448768,
            "stop": 860448910
        },
        {
            "start": 860448915,
            "stop": 860449275
        },
        {
            "start": 860449280,
            "stop": 860449290
        },
        {
            "start": 860449295,
            "stop": 860449560
        },
        {
            "start": 860449625,
            "stop": 860451725
        },
        {
            "start": 860451730,
            "stop": 860453384
        },
        {
            "start": 860453685,
            "stop": 860453820
        },
        {
            "start": 860454560,
            "stop": 860478293
        },
        {
            "start": 860481617,
            "stop": 860489446
        },
        {
            "start": 860490611,
            "stop": 860497450
        },
        {
            "start": 860498094,
            "stop": 860499890
        }
    ]
}