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=475
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=476",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=474",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 475,
    "results": [
        {
            "start": 1262138770,
            "stop": 1262146037
        },
        {
            "start": 1262146040,
            "stop": 1262148650
        },
        {
            "start": 1262148652,
            "stop": 1262148664
        },
        {
            "start": 1262148667,
            "stop": 1262150525
        },
        {
            "start": 1262150533,
            "stop": 1262154649
        },
        {
            "start": 1262154652,
            "stop": 1262157137
        },
        {
            "start": 1262157140,
            "stop": 1262158757
        },
        {
            "start": 1262158845,
            "stop": 1262159745
        },
        {
            "start": 1262159848,
            "stop": 1262160513
        },
        {
            "start": 1262160521,
            "stop": 1262162966
        },
        {
            "start": 1262162974,
            "stop": 1262163971
        },
        {
            "start": 1262163973,
            "stop": 1262164431
        },
        {
            "start": 1262164439,
            "stop": 1262166286
        },
        {
            "start": 1262166294,
            "stop": 1262166478
        },
        {
            "start": 1262166479,
            "stop": 1262168017
        },
        {
            "start": 1262168020,
            "stop": 1262168619
        },
        {
            "start": 1262168622,
            "stop": 1262168832
        },
        {
            "start": 1262168835,
            "stop": 1262169810
        },
        {
            "start": 1262169813,
            "stop": 1262169823
        },
        {
            "start": 1262169826,
            "stop": 1262170154
        }
    ]
}