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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=563",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 564,
    "results": [
        {
            "start": 1262817331,
            "stop": 1262817332
        },
        {
            "start": 1262817335,
            "stop": 1262817418
        },
        {
            "start": 1262817420,
            "stop": 1262817431
        },
        {
            "start": 1262817434,
            "stop": 1262817437
        },
        {
            "start": 1262817440,
            "stop": 1262817460
        },
        {
            "start": 1262817463,
            "stop": 1262817505
        },
        {
            "start": 1262828631,
            "stop": 1262829495
        },
        {
            "start": 1262829498,
            "stop": 1262829524
        },
        {
            "start": 1262829527,
            "stop": 1262829683
        },
        {
            "start": 1262829686,
            "stop": 1262829780
        },
        {
            "start": 1262829783,
            "stop": 1262830070
        },
        {
            "start": 1262830074,
            "stop": 1262830090
        },
        {
            "start": 1262830093,
            "stop": 1262831402
        },
        {
            "start": 1262831405,
            "stop": 1262832115
        },
        {
            "start": 1262832118,
            "stop": 1262832727
        },
        {
            "start": 1262832730,
            "stop": 1262832775
        },
        {
            "start": 1262832778,
            "stop": 1262833540
        },
        {
            "start": 1262833543,
            "stop": 1262833646
        },
        {
            "start": 1262833649,
            "stop": 1262834054
        },
        {
            "start": 1262834063,
            "stop": 1262834071
        }
    ]
}