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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=880",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=878",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 879,
    "results": [
        {
            "start": 1251138372,
            "stop": 1251138377
        },
        {
            "start": 1251138379,
            "stop": 1251138385
        },
        {
            "start": 1251138387,
            "stop": 1251138393
        },
        {
            "start": 1251138394,
            "stop": 1251138398
        },
        {
            "start": 1251138399,
            "stop": 1251138959
        },
        {
            "start": 1251138961,
            "stop": 1251139590
        },
        {
            "start": 1251139595,
            "stop": 1251139833
        },
        {
            "start": 1251139838,
            "stop": 1251139883
        },
        {
            "start": 1251139888,
            "stop": 1251139891
        },
        {
            "start": 1251139896,
            "stop": 1251139986
        },
        {
            "start": 1251139990,
            "stop": 1251140076
        },
        {
            "start": 1251140081,
            "stop": 1251140091
        },
        {
            "start": 1251140096,
            "stop": 1251140139
        },
        {
            "start": 1251140144,
            "stop": 1251140190
        },
        {
            "start": 1251140195,
            "stop": 1251144133
        },
        {
            "start": 1251144138,
            "stop": 1251144443
        },
        {
            "start": 1251144447,
            "stop": 1251145281
        },
        {
            "start": 1251145285,
            "stop": 1251148229
        },
        {
            "start": 1251148233,
            "stop": 1251149617
        },
        {
            "start": 1251149621,
            "stop": 1251151560
        }
    ]
}