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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=317",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 318,
    "results": [
        {
            "start": 823009485,
            "stop": 823011480
        },
        {
            "start": 823011660,
            "stop": 823012242
        },
        {
            "start": 823014112,
            "stop": 823017613
        },
        {
            "start": 823018000,
            "stop": 823018200
        },
        {
            "start": 823020636,
            "stop": 823021380
        },
        {
            "start": 823021440,
            "stop": 823021604
        },
        {
            "start": 823021785,
            "stop": 823021813
        },
        {
            "start": 823021942,
            "stop": 823022053
        },
        {
            "start": 823022220,
            "stop": 823022893
        },
        {
            "start": 823023021,
            "stop": 823023253
        },
        {
            "start": 823023624,
            "stop": 823028792
        },
        {
            "start": 823028798,
            "stop": 823029464
        },
        {
            "start": 823030532,
            "stop": 823030680
        },
        {
            "start": 823030740,
            "stop": 823032147
        },
        {
            "start": 823034368,
            "stop": 823035420
        },
        {
            "start": 823035480,
            "stop": 823036260
        },
        {
            "start": 823036380,
            "stop": 823036682
        },
        {
            "start": 823036685,
            "stop": 823039020
        },
        {
            "start": 823039080,
            "stop": 823039560
        },
        {
            "start": 823039620,
            "stop": 823039980
        }
    ]
}