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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=182",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 183,
    "results": [
        {
            "start": 931473700,
            "stop": 931473715
        },
        {
            "start": 931473717,
            "stop": 931473729
        },
        {
            "start": 931473731,
            "stop": 931473781
        },
        {
            "start": 931473783,
            "stop": 931473793
        },
        {
            "start": 931473794,
            "stop": 931473819
        },
        {
            "start": 931473821,
            "stop": 931473844
        },
        {
            "start": 931473846,
            "stop": 931473912
        },
        {
            "start": 931473914,
            "stop": 931473926
        },
        {
            "start": 931473928,
            "stop": 931474031
        },
        {
            "start": 931474033,
            "stop": 931474066
        },
        {
            "start": 931474067,
            "stop": 931474097
        },
        {
            "start": 931474099,
            "stop": 931474115
        },
        {
            "start": 931474116,
            "stop": 931474124
        },
        {
            "start": 931474125,
            "stop": 931474144
        },
        {
            "start": 931474146,
            "stop": 931474156
        },
        {
            "start": 931474158,
            "stop": 931474170
        },
        {
            "start": 931474172,
            "stop": 931474184
        },
        {
            "start": 931474186,
            "stop": 931474237
        },
        {
            "start": 931474239,
            "stop": 931474240
        },
        {
            "start": 931474241,
            "stop": 931474247
        }
    ]
}