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=579
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=580",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=578",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 579,
    "results": [
        {
            "start": 1262909275,
            "stop": 1262909281
        },
        {
            "start": 1262909284,
            "stop": 1262909321
        },
        {
            "start": 1262909324,
            "stop": 1262909378
        },
        {
            "start": 1262909381,
            "stop": 1262909601
        },
        {
            "start": 1262909604,
            "stop": 1262909608
        },
        {
            "start": 1262909611,
            "stop": 1262909613
        },
        {
            "start": 1262909616,
            "stop": 1262909632
        },
        {
            "start": 1262909635,
            "stop": 1262909653
        },
        {
            "start": 1262909656,
            "stop": 1262909664
        },
        {
            "start": 1262909667,
            "stop": 1262909675
        },
        {
            "start": 1262909678,
            "stop": 1262909745
        },
        {
            "start": 1262909748,
            "stop": 1262909778
        },
        {
            "start": 1262909781,
            "stop": 1262909821
        },
        {
            "start": 1262909824,
            "stop": 1262909837
        },
        {
            "start": 1262909840,
            "stop": 1262909842
        },
        {
            "start": 1262909845,
            "stop": 1262909861
        },
        {
            "start": 1262909864,
            "stop": 1262909874
        },
        {
            "start": 1262909877,
            "stop": 1262909887
        },
        {
            "start": 1262909890,
            "stop": 1262909893
        },
        {
            "start": 1262909896,
            "stop": 1262909899
        }
    ]
}