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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 215,
    "results": [
        {
            "start": 1388459063,
            "stop": 1388463828
        },
        {
            "start": 1388495099,
            "stop": 1388496706
        },
        {
            "start": 1388496711,
            "stop": 1388500007
        },
        {
            "start": 1388500012,
            "stop": 1388500500
        },
        {
            "start": 1388500505,
            "stop": 1388505957
        },
        {
            "start": 1388505962,
            "stop": 1388509364
        },
        {
            "start": 1388509369,
            "stop": 1388512392
        },
        {
            "start": 1388512396,
            "stop": 1388513415
        },
        {
            "start": 1388513420,
            "stop": 1388517951
        },
        {
            "start": 1388517956,
            "stop": 1388519788
        },
        {
            "start": 1388624869,
            "stop": 1388626103
        },
        {
            "start": 1388626108,
            "stop": 1388631957
        },
        {
            "start": 1388635714,
            "stop": 1388638689
        },
        {
            "start": 1388638694,
            "stop": 1388640373
        },
        {
            "start": 1388640378,
            "stop": 1388640518
        },
        {
            "start": 1388640523,
            "stop": 1388647274
        },
        {
            "start": 1388647279,
            "stop": 1388653996
        },
        {
            "start": 1388654001,
            "stop": 1388663213
        },
        {
            "start": 1388663218,
            "stop": 1388663735
        },
        {
            "start": 1388663740,
            "stop": 1388672907
        }
    ]
}