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/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=102",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 103,
    "results": [
        {
            "start": 931360571,
            "stop": 931360572
        },
        {
            "start": 931360573,
            "stop": 931360576
        },
        {
            "start": 931360580,
            "stop": 931360603
        },
        {
            "start": 931360607,
            "stop": 931360621
        },
        {
            "start": 931360623,
            "stop": 931360633
        },
        {
            "start": 931360637,
            "stop": 931360638
        },
        {
            "start": 931360640,
            "stop": 931360662
        },
        {
            "start": 931360664,
            "stop": 931360667
        },
        {
            "start": 931360679,
            "stop": 931360721
        },
        {
            "start": 931360722,
            "stop": 931360727
        },
        {
            "start": 931360731,
            "stop": 931360734
        },
        {
            "start": 931360736,
            "stop": 931360739
        },
        {
            "start": 931360741,
            "stop": 931360751
        },
        {
            "start": 931360753,
            "stop": 931360755
        },
        {
            "start": 931360759,
            "stop": 931360767
        },
        {
            "start": 931360768,
            "stop": 931360795
        },
        {
            "start": 931360807,
            "stop": 931360812
        },
        {
            "start": 931360836,
            "stop": 931360843
        },
        {
            "start": 931360845,
            "stop": 931360846
        },
        {
            "start": 931360859,
            "stop": 931360870
        }
    ]
}