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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 205,
    "results": [
        {
            "start": 1176810776,
            "stop": 1176816058
        },
        {
            "start": 1176816061,
            "stop": 1176816322
        },
        {
            "start": 1176816325,
            "stop": 1176827132
        },
        {
            "start": 1176827135,
            "stop": 1176834376
        },
        {
            "start": 1176834377,
            "stop": 1176835295
        },
        {
            "start": 1176835298,
            "stop": 1176835578
        },
        {
            "start": 1176835581,
            "stop": 1176835901
        },
        {
            "start": 1176835903,
            "stop": 1176838676
        },
        {
            "start": 1176838677,
            "stop": 1176838678
        },
        {
            "start": 1176838679,
            "stop": 1176839568
        },
        {
            "start": 1176839569,
            "stop": 1176839862
        },
        {
            "start": 1176839863,
            "stop": 1176840218
        },
        {
            "start": 1176840221,
            "stop": 1176841143
        },
        {
            "start": 1176841145,
            "stop": 1176841152
        },
        {
            "start": 1176841155,
            "stop": 1176841179
        },
        {
            "start": 1176841180,
            "stop": 1176841628
        },
        {
            "start": 1176841631,
            "stop": 1176842377
        },
        {
            "start": 1176842378,
            "stop": 1176842379
        },
        {
            "start": 1176842380,
            "stop": 1176842703
        },
        {
            "start": 1176842708,
            "stop": 1176843010
        }
    ]
}