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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1732",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1730",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1731,
    "results": [
        {
            "start": 1249236590,
            "stop": 1249236985
        },
        {
            "start": 1249236987,
            "stop": 1249238000
        },
        {
            "start": 1249238001,
            "stop": 1249238882
        },
        {
            "start": 1249238884,
            "stop": 1249238897
        },
        {
            "start": 1249238900,
            "stop": 1249239014
        },
        {
            "start": 1249239017,
            "stop": 1249239633
        },
        {
            "start": 1249239636,
            "stop": 1249239666
        },
        {
            "start": 1249239669,
            "stop": 1249239738
        },
        {
            "start": 1249239741,
            "stop": 1249239951
        },
        {
            "start": 1249239954,
            "stop": 1249240040
        },
        {
            "start": 1249240048,
            "stop": 1249240388
        },
        {
            "start": 1249240391,
            "stop": 1249241072
        },
        {
            "start": 1249241075,
            "stop": 1249241083
        },
        {
            "start": 1249241088,
            "stop": 1249241494
        },
        {
            "start": 1249241497,
            "stop": 1249241944
        },
        {
            "start": 1249241947,
            "stop": 1249242011
        },
        {
            "start": 1249242014,
            "stop": 1249242224
        },
        {
            "start": 1249276045,
            "stop": 1249276075
        },
        {
            "start": 1249276078,
            "stop": 1249276510
        },
        {
            "start": 1249276513,
            "stop": 1249276811
        }
    ]
}