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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2969",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2970,
    "results": [
        {
            "start": 860783790,
            "stop": 860783812
        },
        {
            "start": 860783828,
            "stop": 860783832
        },
        {
            "start": 860783838,
            "stop": 860783840
        },
        {
            "start": 860783848,
            "stop": 860783865
        },
        {
            "start": 860783875,
            "stop": 860783880
        },
        {
            "start": 860783940,
            "stop": 860784420
        },
        {
            "start": 860784480,
            "stop": 860785500
        },
        {
            "start": 860785505,
            "stop": 860788464
        },
        {
            "start": 860788471,
            "stop": 860789188
        },
        {
            "start": 860790909,
            "stop": 860791140
        },
        {
            "start": 860791200,
            "stop": 860796581
        },
        {
            "start": 860797122,
            "stop": 860804940
        },
        {
            "start": 860805000,
            "stop": 860809020
        },
        {
            "start": 860809080,
            "stop": 860811900
        },
        {
            "start": 860812020,
            "stop": 860827304
        },
        {
            "start": 860827690,
            "stop": 860846040
        },
        {
            "start": 860846100,
            "stop": 860846520
        },
        {
            "start": 860846528,
            "stop": 860855995
        },
        {
            "start": 860856000,
            "stop": 860856005
        },
        {
            "start": 860856013,
            "stop": 860856060
        }
    ]
}