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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 538,
    "results": [
        {
            "start": 1262803485,
            "stop": 1262803492
        },
        {
            "start": 1262803495,
            "stop": 1262803538
        },
        {
            "start": 1262803541,
            "stop": 1262803556
        },
        {
            "start": 1262803559,
            "stop": 1262803596
        },
        {
            "start": 1262803599,
            "stop": 1262803653
        },
        {
            "start": 1262803656,
            "stop": 1262803661
        },
        {
            "start": 1262803664,
            "stop": 1262803672
        },
        {
            "start": 1262803675,
            "stop": 1262803706
        },
        {
            "start": 1262803709,
            "stop": 1262803714
        },
        {
            "start": 1262803717,
            "stop": 1262803736
        },
        {
            "start": 1262803739,
            "stop": 1262803771
        },
        {
            "start": 1262803774,
            "stop": 1262803788
        },
        {
            "start": 1262803791,
            "stop": 1262803794
        },
        {
            "start": 1262803797,
            "stop": 1262803851
        },
        {
            "start": 1262803854,
            "stop": 1262803874
        },
        {
            "start": 1262803877,
            "stop": 1262803890
        },
        {
            "start": 1262803893,
            "stop": 1262803901
        },
        {
            "start": 1262803904,
            "stop": 1262803936
        },
        {
            "start": 1262803939,
            "stop": 1262803944
        },
        {
            "start": 1262803950,
            "stop": 1262803951
        }
    ]
}