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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=488",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 489,
    "results": [
        {
            "start": 866420052,
            "stop": 866423762
        },
        {
            "start": 866423768,
            "stop": 866423775
        },
        {
            "start": 866423780,
            "stop": 866427925
        },
        {
            "start": 866427930,
            "stop": 866430170
        },
        {
            "start": 866430175,
            "stop": 866447370
        },
        {
            "start": 866448711,
            "stop": 866459835
        },
        {
            "start": 866459840,
            "stop": 866468963
        },
        {
            "start": 866472021,
            "stop": 866474977
        },
        {
            "start": 866474981,
            "stop": 866475372
        },
        {
            "start": 866475378,
            "stop": 866475433
        },
        {
            "start": 866475438,
            "stop": 866475439
        },
        {
            "start": 866475442,
            "stop": 866475444
        },
        {
            "start": 866475620,
            "stop": 866477573
        },
        {
            "start": 866490322,
            "stop": 866490660
        },
        {
            "start": 866490665,
            "stop": 866490903
        },
        {
            "start": 866491013,
            "stop": 866491177
        },
        {
            "start": 866491774,
            "stop": 866494060
        },
        {
            "start": 866494065,
            "stop": 866497401
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        }
    ]
}