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=698
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=699",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=697",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 698,
    "results": [
        {
            "start": 1266168715,
            "stop": 1266172871
        },
        {
            "start": 1266172874,
            "stop": 1266176890
        },
        {
            "start": 1266176893,
            "stop": 1266179877
        },
        {
            "start": 1266179906,
            "stop": 1266180822
        },
        {
            "start": 1266180825,
            "stop": 1266181934
        },
        {
            "start": 1266181938,
            "stop": 1266182320
        },
        {
            "start": 1266182323,
            "stop": 1266183762
        },
        {
            "start": 1266183765,
            "stop": 1266183767
        },
        {
            "start": 1266191467,
            "stop": 1266193193
        },
        {
            "start": 1266193196,
            "stop": 1266193830
        },
        {
            "start": 1266196024,
            "stop": 1266197344
        },
        {
            "start": 1266197345,
            "stop": 1266197603
        },
        {
            "start": 1266197606,
            "stop": 1266201602
        },
        {
            "start": 1266201603,
            "stop": 1266202443
        },
        {
            "start": 1266202446,
            "stop": 1266204903
        },
        {
            "start": 1266204906,
            "stop": 1266207872
        },
        {
            "start": 1266207874,
            "stop": 1266208923
        },
        {
            "start": 1266208926,
            "stop": 1266210025
        },
        {
            "start": 1266210028,
            "stop": 1266210089
        },
        {
            "start": 1266210092,
            "stop": 1266213727
        }
    ]
}