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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41087",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41088,
    "results": [
        {
            "start": 875218978,
            "stop": 875218992
        },
        {
            "start": 875218993,
            "stop": 875219068
        },
        {
            "start": 875219070,
            "stop": 875219071
        },
        {
            "start": 875219072,
            "stop": 875219077
        },
        {
            "start": 875219078,
            "stop": 875219098
        },
        {
            "start": 875219099,
            "stop": 875219101
        },
        {
            "start": 875219102,
            "stop": 875219103
        },
        {
            "start": 875219104,
            "stop": 875219105
        },
        {
            "start": 875219106,
            "stop": 875219108
        },
        {
            "start": 875219110,
            "stop": 875219120
        },
        {
            "start": 875219121,
            "stop": 875219125
        },
        {
            "start": 875219126,
            "stop": 875219151
        },
        {
            "start": 875219152,
            "stop": 875219162
        },
        {
            "start": 875219164,
            "stop": 875219174
        },
        {
            "start": 875219175,
            "stop": 875219179
        },
        {
            "start": 875219180,
            "stop": 875219182
        },
        {
            "start": 875219183,
            "stop": 875219184
        },
        {
            "start": 875219189,
            "stop": 875219197
        },
        {
            "start": 875219198,
            "stop": 875219199
        },
        {
            "start": 875219201,
            "stop": 875219202
        }
    ]
}