Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=132
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=131",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 132,
    "results": [
        {
            "start": 819322892,
            "stop": 819323602
        },
        {
            "start": 819323605,
            "stop": 819325273
        },
        {
            "start": 819326651,
            "stop": 819331304
        },
        {
            "start": 819331307,
            "stop": 819336009
        },
        {
            "start": 819336012,
            "stop": 819336429
        },
        {
            "start": 819336432,
            "stop": 819339481
        },
        {
            "start": 819339484,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819344811
        },
        {
            "start": 819344814,
            "stop": 819345012
        },
        {
            "start": 819345016,
            "stop": 819346429
        },
        {
            "start": 819346432,
            "stop": 819346714
        },
        {
            "start": 819346717,
            "stop": 819347593
        },
        {
            "start": 819347596,
            "stop": 819347696
        },
        {
            "start": 819347699,
            "stop": 819347887
        },
        {
            "start": 819351752,
            "stop": 819352639
        },
        {
            "start": 819352642,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819361985
        },
        {
            "start": 819361989,
            "stop": 819362364
        },
        {
            "start": 819363215,
            "stop": 819366223
        },
        {
            "start": 819366404,
            "stop": 819370147
        }
    ]
}