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=6669
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=6670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6668",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6669,
    "results": [
        {
            "start": 875062927,
            "stop": 875063104
        },
        {
            "start": 875063105,
            "stop": 875063386
        },
        {
            "start": 875063387,
            "stop": 875063388
        },
        {
            "start": 875063389,
            "stop": 875063393
        },
        {
            "start": 875063394,
            "stop": 875063845
        },
        {
            "start": 875063846,
            "stop": 875064032
        },
        {
            "start": 875064033,
            "stop": 875064097
        },
        {
            "start": 875064098,
            "stop": 875064125
        },
        {
            "start": 875064126,
            "stop": 875064229
        },
        {
            "start": 875064230,
            "stop": 875064416
        },
        {
            "start": 875064418,
            "stop": 875064469
        },
        {
            "start": 875064470,
            "stop": 875064902
        },
        {
            "start": 875064904,
            "stop": 875065230
        },
        {
            "start": 875065231,
            "stop": 875065257
        },
        {
            "start": 875065259,
            "stop": 875065696
        },
        {
            "start": 875065698,
            "stop": 875065786
        },
        {
            "start": 875065787,
            "stop": 875065874
        },
        {
            "start": 875065876,
            "stop": 875065955
        },
        {
            "start": 875065956,
            "stop": 875066277
        },
        {
            "start": 875066278,
            "stop": 875066314
        }
    ]
}