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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=48",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 49,
    "results": [
        {
            "start": 821227280,
            "stop": 821227281
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232433
        },
        {
            "start": 821233092,
            "stop": 821239333
        },
        {
            "start": 821240172,
            "stop": 821270677
        },
        {
            "start": 821270679,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821307700
        },
        {
            "start": 821308381,
            "stop": 821326273
        },
        {
            "start": 821326323,
            "stop": 821326324
        },
        {
            "start": 821326418,
            "stop": 821344153
        },
        {
            "start": 821345496,
            "stop": 821363113
        },
        {
            "start": 821364960,
            "stop": 821388547
        },
        {
            "start": 821390722,
            "stop": 821394306
        },
        {
            "start": 821394441,
            "stop": 821456809
        },
        {
            "start": 821461916,
            "stop": 821467633
        },
        {
            "start": 821469601,
            "stop": 821477413
        },
        {
            "start": 821479678,
            "stop": 821480113
        },
        {
            "start": 821482538,
            "stop": 821483353
        },
        {
            "start": 821484249,
            "stop": 821484657
        },
        {
            "start": 821486277,
            "stop": 821486567
        }
    ]
}