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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=230",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 231,
    "results": [
        {
            "start": 934383787,
            "stop": 934383817
        },
        {
            "start": 934383819,
            "stop": 934383833
        },
        {
            "start": 934383838,
            "stop": 934387358
        },
        {
            "start": 934387360,
            "stop": 934387364
        },
        {
            "start": 934387369,
            "stop": 934387383
        },
        {
            "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": 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
        }
    ]
}