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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=364",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 365,
    "results": [
        {
            "start": 932066042,
            "stop": 932066043
        },
        {
            "start": 932066046,
            "stop": 932066065
        },
        {
            "start": 932066068,
            "stop": 932066090
        },
        {
            "start": 932066091,
            "stop": 932066099
        },
        {
            "start": 932066100,
            "stop": 932066113
        },
        {
            "start": 932066114,
            "stop": 932066148
        },
        {
            "start": 932066150,
            "stop": 932066161
        },
        {
            "start": 932066164,
            "stop": 932066168
        },
        {
            "start": 932066171,
            "stop": 932066175
        },
        {
            "start": 932066177,
            "stop": 932066253
        },
        {
            "start": 932066254,
            "stop": 932066255
        },
        {
            "start": 932066256,
            "stop": 932066261
        },
        {
            "start": 932066267,
            "stop": 932066268
        },
        {
            "start": 932066269,
            "stop": 932066283
        },
        {
            "start": 932066286,
            "stop": 932066291
        },
        {
            "start": 932066651,
            "stop": 932066664
        },
        {
            "start": 932066666,
            "stop": 932066670
        },
        {
            "start": 932066673,
            "stop": 932066685
        },
        {
            "start": 932066686,
            "stop": 932066695
        },
        {
            "start": 932066703,
            "stop": 932066704
        }
    ]
}