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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=265",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 266,
    "results": [
        {
            "start": 822409183,
            "stop": 822409522
        },
        {
            "start": 822409528,
            "stop": 822411673
        },
        {
            "start": 822411823,
            "stop": 822412180
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412534,
            "stop": 822413179
        },
        {
            "start": 822413593,
            "stop": 822414417
        },
        {
            "start": 822414540,
            "stop": 822416166
        },
        {
            "start": 822416230,
            "stop": 822416895
        },
        {
            "start": 822424979,
            "stop": 822424983
        },
        {
            "start": 822431340,
            "stop": 822431899
        },
        {
            "start": 822431902,
            "stop": 822431969
        },
        {
            "start": 822431972,
            "stop": 822431987
        },
        {
            "start": 822431990,
            "stop": 822432302
        },
        {
            "start": 822432305,
            "stop": 822432585
        },
        {
            "start": 822432589,
            "stop": 822433185
        },
        {
            "start": 822433188,
            "stop": 822433305
        },
        {
            "start": 822433310,
            "stop": 822433528
        },
        {
            "start": 822433531,
            "stop": 822433539
        },
        {
            "start": 822433543,
            "stop": 822433573
        },
        {
            "start": 822433784,
            "stop": 822434593
        }
    ]
}