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=697
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=698",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=696",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 697,
    "results": [
        {
            "start": 1266127936,
            "stop": 1266134933
        },
        {
            "start": 1266134936,
            "stop": 1266137164
        },
        {
            "start": 1266137167,
            "stop": 1266137215
        },
        {
            "start": 1266137218,
            "stop": 1266137698
        },
        {
            "start": 1266137701,
            "stop": 1266138390
        },
        {
            "start": 1266138393,
            "stop": 1266148888
        },
        {
            "start": 1266149077,
            "stop": 1266149130
        },
        {
            "start": 1266149139,
            "stop": 1266151811
        },
        {
            "start": 1266151813,
            "stop": 1266152032
        },
        {
            "start": 1266152035,
            "stop": 1266155410
        },
        {
            "start": 1266155418,
            "stop": 1266155520
        },
        {
            "start": 1266155627,
            "stop": 1266157361
        },
        {
            "start": 1266157364,
            "stop": 1266163225
        },
        {
            "start": 1266163233,
            "stop": 1266164643
        },
        {
            "start": 1266164646,
            "stop": 1266164881
        },
        {
            "start": 1266164884,
            "stop": 1266165292
        },
        {
            "start": 1266165295,
            "stop": 1266166980
        },
        {
            "start": 1266166983,
            "stop": 1266167420
        },
        {
            "start": 1266167428,
            "stop": 1266167535
        },
        {
            "start": 1266167538,
            "stop": 1266168712
        }
    ]
}