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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14080",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14078",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14079,
    "results": [
        {
            "start": 971157066,
            "stop": 971157067
        },
        {
            "start": 971157068,
            "stop": 971157072
        },
        {
            "start": 971157074,
            "stop": 971157079
        },
        {
            "start": 971157080,
            "stop": 971157084
        },
        {
            "start": 971157088,
            "stop": 971157089
        },
        {
            "start": 971157090,
            "stop": 971157091
        },
        {
            "start": 971157092,
            "stop": 971157093
        },
        {
            "start": 971157096,
            "stop": 971157097
        },
        {
            "start": 971157098,
            "stop": 971157103
        },
        {
            "start": 971157104,
            "stop": 971157105
        },
        {
            "start": 971157107,
            "stop": 971157109
        },
        {
            "start": 971157110,
            "stop": 971157111
        },
        {
            "start": 971157112,
            "stop": 971157115
        },
        {
            "start": 971157117,
            "stop": 971157119
        },
        {
            "start": 971157122,
            "stop": 971157124
        },
        {
            "start": 971157128,
            "stop": 971157129
        },
        {
            "start": 971157131,
            "stop": 971157132
        },
        {
            "start": 971157133,
            "stop": 971157135
        },
        {
            "start": 971157137,
            "stop": 971157138
        },
        {
            "start": 971157144,
            "stop": 971157147
        }
    ]
}