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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=278",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 279,
    "results": [
        {
            "start": 1174727711,
            "stop": 1174728947
        },
        {
            "start": 1174728949,
            "stop": 1174730079
        },
        {
            "start": 1174730081,
            "stop": 1174731243
        },
        {
            "start": 1174731245,
            "stop": 1174732414
        },
        {
            "start": 1174732416,
            "stop": 1174733355
        },
        {
            "start": 1174733357,
            "stop": 1174734628
        },
        {
            "start": 1174734630,
            "stop": 1174735734
        },
        {
            "start": 1174735736,
            "stop": 1174736806
        },
        {
            "start": 1174736808,
            "stop": 1174737597
        },
        {
            "start": 1174737599,
            "stop": 1174738727
        },
        {
            "start": 1174738729,
            "stop": 1174739840
        },
        {
            "start": 1174739842,
            "stop": 1174740778
        },
        {
            "start": 1174740780,
            "stop": 1174741734
        },
        {
            "start": 1174741736,
            "stop": 1174742872
        },
        {
            "start": 1174742874,
            "stop": 1174743863
        },
        {
            "start": 1174743865,
            "stop": 1174744823
        },
        {
            "start": 1174769075,
            "stop": 1174773811
        },
        {
            "start": 1174773815,
            "stop": 1174774634
        },
        {
            "start": 1174774636,
            "stop": 1174776285
        },
        {
            "start": 1174776289,
            "stop": 1174776491
        }
    ]
}