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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6339",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6340,
    "results": [
        {
            "start": 873369689,
            "stop": 873369834
        },
        {
            "start": 873369835,
            "stop": 873370534
        },
        {
            "start": 873370535,
            "stop": 873370968
        },
        {
            "start": 873370970,
            "stop": 873371144
        },
        {
            "start": 873371145,
            "stop": 873371147
        },
        {
            "start": 873371148,
            "stop": 873371301
        },
        {
            "start": 873371302,
            "stop": 873371404
        },
        {
            "start": 873371405,
            "stop": 873371497
        },
        {
            "start": 873371498,
            "stop": 873371663
        },
        {
            "start": 873371664,
            "stop": 873371757
        },
        {
            "start": 873371759,
            "stop": 873372737
        },
        {
            "start": 873372738,
            "stop": 873372803
        },
        {
            "start": 873372805,
            "stop": 873372925
        },
        {
            "start": 873372927,
            "stop": 873373637
        },
        {
            "start": 873373638,
            "stop": 873374415
        },
        {
            "start": 873374416,
            "stop": 873374466
        },
        {
            "start": 873374467,
            "stop": 873374511
        },
        {
            "start": 873374513,
            "stop": 873374625
        },
        {
            "start": 873374626,
            "stop": 873374752
        },
        {
            "start": 873374753,
            "stop": 873375322
        }
    ]
}