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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1539",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1540,
    "results": [
        {
            "start": 875042981,
            "stop": 875043934
        },
        {
            "start": 875043937,
            "stop": 875056048
        },
        {
            "start": 875058161,
            "stop": 875063712
        },
        {
            "start": 875063715,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103205
        },
        {
            "start": 875103287,
            "stop": 875104031
        },
        {
            "start": 875105295,
            "stop": 875108601
        },
        {
            "start": 875108604,
            "stop": 875119450
        },
        {
            "start": 875119453,
            "stop": 875121292
        },
        {
            "start": 875121296,
            "stop": 875154075
        },
        {
            "start": 875162483,
            "stop": 875167202
        },
        {
            "start": 875175392,
            "stop": 875181104
        },
        {
            "start": 875181107,
            "stop": 875182179
        },
        {
            "start": 875182299,
            "stop": 875184803
        },
        {
            "start": 875186512,
            "stop": 875232014
        }
    ]
}