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/H1_BURST_CAT3E/segments?format=api&page=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=323",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 324,
    "results": [
        {
            "start": 823072923,
            "stop": 823072969
        },
        {
            "start": 823072974,
            "stop": 823072976
        },
        {
            "start": 823072979,
            "stop": 823073081
        },
        {
            "start": 823073085,
            "stop": 823073144
        },
        {
            "start": 823073325,
            "stop": 823073332
        },
        {
            "start": 823073336,
            "stop": 823073338
        },
        {
            "start": 823073342,
            "stop": 823073352
        },
        {
            "start": 823073356,
            "stop": 823073359
        },
        {
            "start": 823073362,
            "stop": 823073589
        },
        {
            "start": 823073592,
            "stop": 823073712
        },
        {
            "start": 823073715,
            "stop": 823073727
        },
        {
            "start": 823073731,
            "stop": 823073733
        },
        {
            "start": 823073736,
            "stop": 823074070
        },
        {
            "start": 823074074,
            "stop": 823074092
        },
        {
            "start": 823074095,
            "stop": 823074098
        },
        {
            "start": 823074102,
            "stop": 823074104
        },
        {
            "start": 823074107,
            "stop": 823074208
        },
        {
            "start": 823074213,
            "stop": 823074214
        },
        {
            "start": 823074219,
            "stop": 823074256
        },
        {
            "start": 823074259,
            "stop": 823074262
        }
    ]
}