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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6672",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6673,
    "results": [
        {
            "start": 875082367,
            "stop": 875082502
        },
        {
            "start": 875082503,
            "stop": 875082734
        },
        {
            "start": 875082737,
            "stop": 875082770
        },
        {
            "start": 875082771,
            "stop": 875082844
        },
        {
            "start": 875082847,
            "stop": 875082915
        },
        {
            "start": 875082918,
            "stop": 875083424
        },
        {
            "start": 875083427,
            "stop": 875083554
        },
        {
            "start": 875083555,
            "stop": 875083744
        },
        {
            "start": 875083747,
            "stop": 875083856
        },
        {
            "start": 875083858,
            "stop": 875083915
        },
        {
            "start": 875083916,
            "stop": 875084024
        },
        {
            "start": 875084027,
            "stop": 875084099
        },
        {
            "start": 875084100,
            "stop": 875084184
        },
        {
            "start": 875084187,
            "stop": 875084344
        },
        {
            "start": 875084347,
            "stop": 875084460
        },
        {
            "start": 875084461,
            "stop": 875084505
        },
        {
            "start": 875084508,
            "stop": 875084705
        },
        {
            "start": 875084706,
            "stop": 875085001
        },
        {
            "start": 875085003,
            "stop": 875085891
        },
        {
            "start": 875085892,
            "stop": 875085960
        }
    ]
}