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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=390",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 391,
    "results": [
        {
            "start": 847776505,
            "stop": 847776507
        },
        {
            "start": 847776508,
            "stop": 847776522
        },
        {
            "start": 847776523,
            "stop": 847776553
        },
        {
            "start": 847776554,
            "stop": 847776596
        },
        {
            "start": 847776598,
            "stop": 847776724
        },
        {
            "start": 847776725,
            "stop": 847776726
        },
        {
            "start": 847776727,
            "stop": 847776783
        },
        {
            "start": 847776785,
            "stop": 847776851
        },
        {
            "start": 847776853,
            "stop": 847776859
        },
        {
            "start": 847776861,
            "stop": 847776888
        },
        {
            "start": 847776889,
            "stop": 847776894
        },
        {
            "start": 847776895,
            "stop": 847776949
        },
        {
            "start": 847776950,
            "stop": 847777018
        },
        {
            "start": 847777020,
            "stop": 847777033
        },
        {
            "start": 847777034,
            "stop": 847777064
        },
        {
            "start": 847777066,
            "stop": 847777094
        },
        {
            "start": 847777095,
            "stop": 847777157
        },
        {
            "start": 847777159,
            "stop": 847777234
        },
        {
            "start": 847777236,
            "stop": 847777285
        },
        {
            "start": 847777287,
            "stop": 847777362
        }
    ]
}