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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=546",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=544",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 545,
    "results": [
        {
            "start": 1262807452,
            "stop": 1262807481
        },
        {
            "start": 1262807484,
            "stop": 1262807517
        },
        {
            "start": 1262807520,
            "stop": 1262807529
        },
        {
            "start": 1262807532,
            "stop": 1262807582
        },
        {
            "start": 1262807585,
            "stop": 1262807591
        },
        {
            "start": 1262807594,
            "stop": 1262807607
        },
        {
            "start": 1262807610,
            "stop": 1262807641
        },
        {
            "start": 1262807645,
            "stop": 1262807661
        },
        {
            "start": 1262807664,
            "stop": 1262807699
        },
        {
            "start": 1262807705,
            "stop": 1262807731
        },
        {
            "start": 1262807734,
            "stop": 1262807749
        },
        {
            "start": 1262807755,
            "stop": 1262807765
        },
        {
            "start": 1262807768,
            "stop": 1262807797
        },
        {
            "start": 1262807800,
            "stop": 1262807825
        },
        {
            "start": 1262807828,
            "stop": 1262807870
        },
        {
            "start": 1262807873,
            "stop": 1262807874
        },
        {
            "start": 1262807877,
            "stop": 1262807893
        },
        {
            "start": 1262807896,
            "stop": 1262807952
        },
        {
            "start": 1262807955,
            "stop": 1262807960
        },
        {
            "start": 1262807963,
            "stop": 1262807970
        }
    ]
}