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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=212",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 213,
    "results": [
        {
            "start": 821026320,
            "stop": 821026520
        },
        {
            "start": 821026523,
            "stop": 821027233
        },
        {
            "start": 821032285,
            "stop": 821032287
        },
        {
            "start": 821032291,
            "stop": 821032405
        },
        {
            "start": 821032409,
            "stop": 821032434
        },
        {
            "start": 821032439,
            "stop": 821032575
        },
        {
            "start": 821032579,
            "stop": 821032734
        },
        {
            "start": 821032739,
            "stop": 821032779
        },
        {
            "start": 821032783,
            "stop": 821033700
        },
        {
            "start": 821033760,
            "stop": 821034060
        },
        {
            "start": 821034120,
            "stop": 821034455
        },
        {
            "start": 821034458,
            "stop": 821034553
        },
        {
            "start": 821037156,
            "stop": 821037373
        },
        {
            "start": 821037497,
            "stop": 821037553
        },
        {
            "start": 821052036,
            "stop": 821052592
        },
        {
            "start": 821052596,
            "stop": 821052913
        },
        {
            "start": 821053056,
            "stop": 821053077
        },
        {
            "start": 821055275,
            "stop": 821055733
        },
        {
            "start": 821055864,
            "stop": 821055870
        },
        {
            "start": 821056143,
            "stop": 821056234
        }
    ]
}