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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 51,
    "results": [
        {
            "start": 1403556744,
            "stop": 1403559959
        },
        {
            "start": 1403564694,
            "stop": 1403585468
        },
        {
            "start": 1403585474,
            "stop": 1403588913
        },
        {
            "start": 1403625807,
            "stop": 1403627849
        },
        {
            "start": 1403627854,
            "stop": 1403628682
        },
        {
            "start": 1403628689,
            "stop": 1403628986
        },
        {
            "start": 1403635399,
            "stop": 1403635939
        },
        {
            "start": 1403635946,
            "stop": 1403645017
        },
        {
            "start": 1403645022,
            "stop": 1403645950
        },
        {
            "start": 1403645955,
            "stop": 1403647334
        },
        {
            "start": 1403647395,
            "stop": 1403650766
        },
        {
            "start": 1403650771,
            "stop": 1403665576
        },
        {
            "start": 1403669687,
            "stop": 1403671174
        },
        {
            "start": 1403671180,
            "stop": 1403671883
        },
        {
            "start": 1403671890,
            "stop": 1403672377
        },
        {
            "start": 1403672384,
            "stop": 1403674526
        },
        {
            "start": 1403677775,
            "stop": 1403707429
        },
        {
            "start": 1403707436,
            "stop": 1403715363
        },
        {
            "start": 1403719267,
            "stop": 1403730392
        },
        {
            "start": 1403732248,
            "stop": 1403740663
        }
    ]
}