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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=317",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 318,
    "results": [
        {
            "start": 931747920,
            "stop": 931747922
        },
        {
            "start": 931747926,
            "stop": 931747928
        },
        {
            "start": 931747930,
            "stop": 931747933
        },
        {
            "start": 931747940,
            "stop": 931747942
        },
        {
            "start": 931747945,
            "stop": 931747947
        },
        {
            "start": 931747949,
            "stop": 931747955
        },
        {
            "start": 931747957,
            "stop": 931747958
        },
        {
            "start": 931747959,
            "stop": 931748018
        },
        {
            "start": 931748020,
            "stop": 931748077
        },
        {
            "start": 931748080,
            "stop": 931748083
        },
        {
            "start": 931748085,
            "stop": 931748086
        },
        {
            "start": 931748087,
            "stop": 931748088
        },
        {
            "start": 931748090,
            "stop": 931748096
        },
        {
            "start": 931748097,
            "stop": 931748132
        },
        {
            "start": 931748137,
            "stop": 931748138
        },
        {
            "start": 931748140,
            "stop": 931748171
        },
        {
            "start": 931748174,
            "stop": 931748179
        },
        {
            "start": 931748182,
            "stop": 931748183
        },
        {
            "start": 931748187,
            "stop": 931748188
        },
        {
            "start": 931748189,
            "stop": 931748191
        }
    ]
}