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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=200",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 201,
    "results": [
        {
            "start": 818210410,
            "stop": 818210411
        },
        {
            "start": 818210431,
            "stop": 818210436
        },
        {
            "start": 818210455,
            "stop": 818210456
        },
        {
            "start": 818210476,
            "stop": 818210478
        },
        {
            "start": 818210512,
            "stop": 818210519
        },
        {
            "start": 818210532,
            "stop": 818210535
        },
        {
            "start": 818210538,
            "stop": 818210539
        },
        {
            "start": 818210542,
            "stop": 818210548
        },
        {
            "start": 818210551,
            "stop": 818210553
        },
        {
            "start": 818210558,
            "stop": 818210561
        },
        {
            "start": 818210583,
            "stop": 818210584
        },
        {
            "start": 818210595,
            "stop": 818210596
        },
        {
            "start": 818210608,
            "stop": 818210609
        },
        {
            "start": 818210621,
            "stop": 818210623
        },
        {
            "start": 818210634,
            "stop": 818210637
        },
        {
            "start": 818210655,
            "stop": 818210658
        },
        {
            "start": 818210690,
            "stop": 818210692
        },
        {
            "start": 818210695,
            "stop": 818210696
        },
        {
            "start": 818210717,
            "stop": 818210719
        },
        {
            "start": 818210724,
            "stop": 818210726
        }
    ]
}