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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1777",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1775",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1776,
    "results": [
        {
            "start": 959214870,
            "stop": 959215024
        },
        {
            "start": 959215026,
            "stop": 959215118
        },
        {
            "start": 959215119,
            "stop": 959215413
        },
        {
            "start": 959215416,
            "stop": 959215418
        },
        {
            "start": 959215423,
            "stop": 959215466
        },
        {
            "start": 959215468,
            "stop": 959215718
        },
        {
            "start": 959215720,
            "stop": 959215729
        },
        {
            "start": 959215731,
            "stop": 959216000
        },
        {
            "start": 959216002,
            "stop": 959216046
        },
        {
            "start": 959216047,
            "stop": 959216147
        },
        {
            "start": 959216149,
            "stop": 959216160
        },
        {
            "start": 959216162,
            "stop": 959216176
        },
        {
            "start": 959216180,
            "stop": 959216196
        },
        {
            "start": 959216199,
            "stop": 959216226
        },
        {
            "start": 959216228,
            "stop": 959216234
        },
        {
            "start": 959216237,
            "stop": 959216277
        },
        {
            "start": 959216279,
            "stop": 959216285
        },
        {
            "start": 959217703,
            "stop": 959224987
        },
        {
            "start": 959224989,
            "stop": 959231693
        },
        {
            "start": 959231695,
            "stop": 959231934
        }
    ]
}