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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=130",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 131,
    "results": [
        {
            "start": 829027287,
            "stop": 829055634
        },
        {
            "start": 829055639,
            "stop": 829055644
        },
        {
            "start": 829055648,
            "stop": 829066924
        },
        {
            "start": 829115649,
            "stop": 829117193
        },
        {
            "start": 829121749,
            "stop": 829134560
        },
        {
            "start": 829135034,
            "stop": 829145150
        },
        {
            "start": 829145391,
            "stop": 829150116
        },
        {
            "start": 829151305,
            "stop": 829161542
        },
        {
            "start": 829163543,
            "stop": 829167613
        },
        {
            "start": 829167616,
            "stop": 829171598
        },
        {
            "start": 829171630,
            "stop": 829171650
        },
        {
            "start": 829171898,
            "stop": 829174294
        },
        {
            "start": 829206742,
            "stop": 829207272
        },
        {
            "start": 829208100,
            "stop": 829208104
        },
        {
            "start": 829210428,
            "stop": 829210430
        },
        {
            "start": 829210516,
            "stop": 829210517
        },
        {
            "start": 829214456,
            "stop": 829214459
        },
        {
            "start": 829237323,
            "stop": 829248305
        },
        {
            "start": 829254052,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829325266
        }
    ]
}