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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1819",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1817",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1818,
    "results": [
        {
            "start": 1250248567,
            "stop": 1250248833
        },
        {
            "start": 1250248835,
            "stop": 1250249036
        },
        {
            "start": 1250249039,
            "stop": 1250249042
        },
        {
            "start": 1250249045,
            "stop": 1250249062
        },
        {
            "start": 1250249065,
            "stop": 1250249069
        },
        {
            "start": 1250249072,
            "stop": 1250249074
        },
        {
            "start": 1250249078,
            "stop": 1250249079
        },
        {
            "start": 1250249080,
            "stop": 1250249095
        },
        {
            "start": 1250249096,
            "stop": 1250249098
        },
        {
            "start": 1250249101,
            "stop": 1250255832
        },
        {
            "start": 1250255835,
            "stop": 1250257428
        },
        {
            "start": 1250257431,
            "stop": 1250257695
        },
        {
            "start": 1250257698,
            "stop": 1250257858
        },
        {
            "start": 1250257861,
            "stop": 1250258324
        },
        {
            "start": 1250258327,
            "stop": 1250258444
        },
        {
            "start": 1250258446,
            "stop": 1250258447
        },
        {
            "start": 1250258450,
            "stop": 1250258470
        },
        {
            "start": 1250258472,
            "stop": 1250258582
        },
        {
            "start": 1250258585,
            "stop": 1250258614
        },
        {
            "start": 1250258617,
            "stop": 1250258630
        }
    ]
}