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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 74,
    "results": [
        {
            "start": 1257495434,
            "stop": 1257495536
        },
        {
            "start": 1257495539,
            "stop": 1257495967
        },
        {
            "start": 1257495970,
            "stop": 1257496053
        },
        {
            "start": 1257496056,
            "stop": 1257496308
        },
        {
            "start": 1257496311,
            "stop": 1257496708
        },
        {
            "start": 1257496711,
            "stop": 1257496890
        },
        {
            "start": 1257496893,
            "stop": 1257497555
        },
        {
            "start": 1257497558,
            "stop": 1257499133
        },
        {
            "start": 1257499136,
            "stop": 1257499416
        },
        {
            "start": 1257499419,
            "stop": 1257500632
        },
        {
            "start": 1257500635,
            "stop": 1257501787
        },
        {
            "start": 1257501790,
            "stop": 1257501862
        },
        {
            "start": 1257501865,
            "stop": 1257501995
        },
        {
            "start": 1257501998,
            "stop": 1257502911
        },
        {
            "start": 1257502914,
            "stop": 1257503867
        },
        {
            "start": 1257503870,
            "stop": 1257504505
        },
        {
            "start": 1257504508,
            "stop": 1257504640
        },
        {
            "start": 1257504643,
            "stop": 1257504675
        },
        {
            "start": 1257504678,
            "stop": 1257505630
        },
        {
            "start": 1257505633,
            "stop": 1257505723
        }
    ]
}