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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=357",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 358,
    "results": [
        {
            "start": 931876107,
            "stop": 931878015
        },
        {
            "start": 931882589,
            "stop": 931882689
        },
        {
            "start": 931883485,
            "stop": 931885111
        },
        {
            "start": 931886238,
            "stop": 931886704
        },
        {
            "start": 931886706,
            "stop": 931886718
        },
        {
            "start": 931886721,
            "stop": 931886733
        },
        {
            "start": 931886737,
            "stop": 931886749
        },
        {
            "start": 931886752,
            "stop": 931886763
        },
        {
            "start": 931886766,
            "stop": 931886778
        },
        {
            "start": 931886782,
            "stop": 931886793
        },
        {
            "start": 931886796,
            "stop": 931886809
        },
        {
            "start": 931886811,
            "stop": 931886823
        },
        {
            "start": 931886826,
            "stop": 931886838
        },
        {
            "start": 931886841,
            "stop": 931886854
        },
        {
            "start": 931886856,
            "stop": 931886868
        },
        {
            "start": 931886871,
            "stop": 931886883
        },
        {
            "start": 931886886,
            "stop": 931886898
        },
        {
            "start": 931886901,
            "stop": 931886913
        },
        {
            "start": 931886916,
            "stop": 931886929
        },
        {
            "start": 931886931,
            "stop": 931887037
        }
    ]
}