Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=716
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=717",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=715",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 716,
    "results": [
        {
            "start": 1266895283,
            "stop": 1266895449
        },
        {
            "start": 1266895452,
            "stop": 1266899716
        },
        {
            "start": 1266899719,
            "stop": 1266904267
        },
        {
            "start": 1266904270,
            "stop": 1266905979
        },
        {
            "start": 1266905982,
            "stop": 1266908582
        },
        {
            "start": 1266908585,
            "stop": 1266909399
        },
        {
            "start": 1266909408,
            "stop": 1266913382
        },
        {
            "start": 1266913384,
            "stop": 1266913401
        },
        {
            "start": 1266913403,
            "stop": 1266913404
        },
        {
            "start": 1266913405,
            "stop": 1266913421
        },
        {
            "start": 1266913422,
            "stop": 1266913425
        },
        {
            "start": 1266913427,
            "stop": 1266913441
        },
        {
            "start": 1266913443,
            "stop": 1266913447
        },
        {
            "start": 1266913448,
            "stop": 1266913460
        },
        {
            "start": 1266913462,
            "stop": 1266913465
        },
        {
            "start": 1266913468,
            "stop": 1266913479
        },
        {
            "start": 1266913481,
            "stop": 1266913485
        },
        {
            "start": 1266913487,
            "stop": 1266913498
        },
        {
            "start": 1266913499,
            "stop": 1266913504
        },
        {
            "start": 1266913506,
            "stop": 1266913517
        }
    ]
}