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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 351,
    "results": [
        {
            "start": 934387385,
            "stop": 934387414
        },
        {
            "start": 934387417,
            "stop": 934387432
        },
        {
            "start": 934387436,
            "stop": 934390967
        },
        {
            "start": 934390969,
            "stop": 934390983
        },
        {
            "start": 934390985,
            "stop": 934390990
        },
        {
            "start": 934390992,
            "stop": 934391015
        },
        {
            "start": 934391018,
            "stop": 934391024
        },
        {
            "start": 934391026,
            "stop": 934391032
        },
        {
            "start": 934391036,
            "stop": 934391626
        },
        {
            "start": 934391629,
            "stop": 934394568
        },
        {
            "start": 934394570,
            "stop": 934394633
        },
        {
            "start": 934394637,
            "stop": 934398168
        },
        {
            "start": 934398170,
            "stop": 934398193
        },
        {
            "start": 934398195,
            "stop": 934398200
        },
        {
            "start": 934398202,
            "stop": 934398226
        },
        {
            "start": 934398228,
            "stop": 934398234
        },
        {
            "start": 934398236,
            "stop": 934398242
        },
        {
            "start": 934398246,
            "stop": 934401734
        },
        {
            "start": 934401737,
            "stop": 934401757
        },
        {
            "start": 934401760,
            "stop": 934401784
        }
    ]
}