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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=382",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 383,
    "results": [
        {
            "start": 821442519,
            "stop": 821442536
        },
        {
            "start": 821442572,
            "stop": 821442644
        },
        {
            "start": 821442663,
            "stop": 821442671
        },
        {
            "start": 821442702,
            "stop": 821442735
        },
        {
            "start": 821442754,
            "stop": 821442779
        },
        {
            "start": 821442831,
            "stop": 821442839
        },
        {
            "start": 821442862,
            "stop": 821442905
        },
        {
            "start": 821442924,
            "stop": 821443009
        },
        {
            "start": 821443028,
            "stop": 821443172
        },
        {
            "start": 821443191,
            "stop": 821443192
        },
        {
            "start": 821443211,
            "stop": 821443253
        },
        {
            "start": 821443272,
            "stop": 821443309
        },
        {
            "start": 821443334,
            "stop": 821443369
        },
        {
            "start": 821443388,
            "stop": 821443391
        },
        {
            "start": 821443410,
            "stop": 821443523
        },
        {
            "start": 821443547,
            "stop": 821443580
        },
        {
            "start": 821443599,
            "stop": 821443665
        },
        {
            "start": 821443684,
            "stop": 821443778
        },
        {
            "start": 821443797,
            "stop": 821443817
        },
        {
            "start": 821443836,
            "stop": 821444058
        }
    ]
}