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=584
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=585",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=583",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 584,
    "results": [
        {
            "start": 1262914762,
            "stop": 1262914763
        },
        {
            "start": 1262914766,
            "stop": 1262914823
        },
        {
            "start": 1262914826,
            "stop": 1262914927
        },
        {
            "start": 1262914930,
            "stop": 1262914937
        },
        {
            "start": 1262914940,
            "stop": 1262914976
        },
        {
            "start": 1262914979,
            "stop": 1262915052
        },
        {
            "start": 1262915055,
            "stop": 1262915063
        },
        {
            "start": 1262915066,
            "stop": 1262915072
        },
        {
            "start": 1262915075,
            "stop": 1262915129
        },
        {
            "start": 1262915132,
            "stop": 1262915186
        },
        {
            "start": 1262915189,
            "stop": 1262915194
        },
        {
            "start": 1262915197,
            "stop": 1262915320
        },
        {
            "start": 1262915323,
            "stop": 1262915366
        },
        {
            "start": 1262915369,
            "stop": 1262915374
        },
        {
            "start": 1262915377,
            "stop": 1262915409
        },
        {
            "start": 1262915412,
            "stop": 1262915415
        },
        {
            "start": 1262915418,
            "stop": 1262915488
        },
        {
            "start": 1262915491,
            "stop": 1262915532
        },
        {
            "start": 1262915535,
            "stop": 1262915610
        },
        {
            "start": 1262915616,
            "stop": 1262915617
        }
    ]
}