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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=302",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 303,
    "results": [
        {
            "start": 1260273518,
            "stop": 1260273668
        },
        {
            "start": 1260273670,
            "stop": 1260273765
        },
        {
            "start": 1260273767,
            "stop": 1260273932
        },
        {
            "start": 1260273935,
            "stop": 1260274112
        },
        {
            "start": 1260274114,
            "stop": 1260274134
        },
        {
            "start": 1260274137,
            "stop": 1260274443
        },
        {
            "start": 1260274446,
            "stop": 1260274611
        },
        {
            "start": 1260274614,
            "stop": 1260274717
        },
        {
            "start": 1260274720,
            "stop": 1260275242
        },
        {
            "start": 1260275245,
            "stop": 1260275257
        },
        {
            "start": 1260275260,
            "stop": 1260275435
        },
        {
            "start": 1260275436,
            "stop": 1260275571
        },
        {
            "start": 1260275577,
            "stop": 1260275685
        },
        {
            "start": 1260275687,
            "stop": 1260275726
        },
        {
            "start": 1260275729,
            "stop": 1260275737
        },
        {
            "start": 1260275740,
            "stop": 1260275891
        },
        {
            "start": 1260275894,
            "stop": 1260275930
        },
        {
            "start": 1260275933,
            "stop": 1260276494
        },
        {
            "start": 1260276497,
            "stop": 1260276652
        },
        {
            "start": 1260276655,
            "stop": 1260276987
        }
    ]
}