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_CAT2/segments?format=api&page=743
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=744",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=742",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 743,
    "results": [
        {
            "start": 1268040179,
            "stop": 1268041054
        },
        {
            "start": 1268041057,
            "stop": 1268044004
        },
        {
            "start": 1268044012,
            "stop": 1268045125
        },
        {
            "start": 1268045128,
            "stop": 1268047468
        },
        {
            "start": 1268047476,
            "stop": 1268047684
        },
        {
            "start": 1268047687,
            "stop": 1268054839
        },
        {
            "start": 1268054842,
            "stop": 1268055579
        },
        {
            "start": 1268055582,
            "stop": 1268061321
        },
        {
            "start": 1268061324,
            "stop": 1268061502
        },
        {
            "start": 1268061510,
            "stop": 1268063407
        },
        {
            "start": 1268063409,
            "stop": 1268067840
        },
        {
            "start": 1268067843,
            "stop": 1268069087
        },
        {
            "start": 1268076636,
            "stop": 1268077898
        },
        {
            "start": 1268077906,
            "stop": 1268081412
        },
        {
            "start": 1268081415,
            "stop": 1268083565
        },
        {
            "start": 1268083568,
            "stop": 1268083714
        },
        {
            "start": 1268083717,
            "stop": 1268084186
        },
        {
            "start": 1268084189,
            "stop": 1268101147
        },
        {
            "start": 1268101150,
            "stop": 1268101514
        },
        {
            "start": 1268101517,
            "stop": 1268101969
        }
    ]
}