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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 521,
    "results": [
        {
            "start": 1184891767,
            "stop": 1184891771
        },
        {
            "start": 1184891774,
            "stop": 1184892170
        },
        {
            "start": 1184892172,
            "stop": 1184892173
        },
        {
            "start": 1184892175,
            "stop": 1184892316
        },
        {
            "start": 1184892318,
            "stop": 1184892321
        },
        {
            "start": 1184892323,
            "stop": 1184892915
        },
        {
            "start": 1184892917,
            "stop": 1184892919
        },
        {
            "start": 1184892922,
            "stop": 1184892927
        },
        {
            "start": 1184892929,
            "stop": 1184893107
        },
        {
            "start": 1184893112,
            "stop": 1184893113
        },
        {
            "start": 1184893115,
            "stop": 1184893116
        },
        {
            "start": 1184893118,
            "stop": 1184893128
        },
        {
            "start": 1184893129,
            "stop": 1184893384
        },
        {
            "start": 1184893386,
            "stop": 1184893614
        },
        {
            "start": 1184893616,
            "stop": 1184893620
        },
        {
            "start": 1184893622,
            "stop": 1184894078
        },
        {
            "start": 1184894080,
            "stop": 1184894251
        },
        {
            "start": 1184894253,
            "stop": 1184894259
        },
        {
            "start": 1184894261,
            "stop": 1184894272
        },
        {
            "start": 1184894274,
            "stop": 1184894277
        }
    ]
}