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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5689",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5690,
    "results": [
        {
            "start": 874565730,
            "stop": 874565789
        },
        {
            "start": 874565792,
            "stop": 874565844
        },
        {
            "start": 874565847,
            "stop": 874565935
        },
        {
            "start": 874565938,
            "stop": 874565972
        },
        {
            "start": 874565977,
            "stop": 874566019
        },
        {
            "start": 874566025,
            "stop": 874566028
        },
        {
            "start": 874566031,
            "stop": 874566081
        },
        {
            "start": 874566084,
            "stop": 874566253
        },
        {
            "start": 874566256,
            "stop": 874566260
        },
        {
            "start": 874566263,
            "stop": 874566350
        },
        {
            "start": 874566353,
            "stop": 874566382
        },
        {
            "start": 874566385,
            "stop": 874566398
        },
        {
            "start": 874566401,
            "stop": 874566405
        },
        {
            "start": 874566408,
            "stop": 874566494
        },
        {
            "start": 874566497,
            "stop": 874566527
        },
        {
            "start": 874566531,
            "stop": 874566533
        },
        {
            "start": 874566536,
            "stop": 874566563
        },
        {
            "start": 874566566,
            "stop": 874566659
        },
        {
            "start": 874566662,
            "stop": 874566672
        },
        {
            "start": 874566675,
            "stop": 874566695
        }
    ]
}