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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16574",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16575,
    "results": [
        {
            "start": 874696125,
            "stop": 874696290
        },
        {
            "start": 874696292,
            "stop": 874696310
        },
        {
            "start": 874696311,
            "stop": 874696366
        },
        {
            "start": 874696367,
            "stop": 874696377
        },
        {
            "start": 874696379,
            "stop": 874696444
        },
        {
            "start": 874696447,
            "stop": 874696651
        },
        {
            "start": 874696653,
            "stop": 874696710
        },
        {
            "start": 874696711,
            "stop": 874696718
        },
        {
            "start": 874696719,
            "stop": 874696786
        },
        {
            "start": 874696787,
            "stop": 874696980
        },
        {
            "start": 874696983,
            "stop": 874696984
        },
        {
            "start": 874696989,
            "stop": 874697011
        },
        {
            "start": 874697014,
            "stop": 874697051
        },
        {
            "start": 874697052,
            "stop": 874697059
        },
        {
            "start": 874697060,
            "stop": 874697109
        },
        {
            "start": 874697110,
            "stop": 874697329
        },
        {
            "start": 874697330,
            "stop": 874697406
        },
        {
            "start": 874697409,
            "stop": 874697417
        },
        {
            "start": 874697422,
            "stop": 874697438
        },
        {
            "start": 874697439,
            "stop": 874697450
        }
    ]
}