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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29320",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29321,
    "results": [
        {
            "start": 971240090,
            "stop": 971240099
        },
        {
            "start": 971240100,
            "stop": 971240107
        },
        {
            "start": 971240109,
            "stop": 971240111
        },
        {
            "start": 971240112,
            "stop": 971240145
        },
        {
            "start": 971240147,
            "stop": 971240187
        },
        {
            "start": 971240189,
            "stop": 971240196
        },
        {
            "start": 971240197,
            "stop": 971240210
        },
        {
            "start": 971240211,
            "stop": 971240230
        },
        {
            "start": 971240231,
            "stop": 971240233
        },
        {
            "start": 971240236,
            "stop": 971240240
        },
        {
            "start": 971240241,
            "stop": 971240245
        },
        {
            "start": 971240246,
            "stop": 971240254
        },
        {
            "start": 971240256,
            "stop": 971240257
        },
        {
            "start": 971240260,
            "stop": 971240264
        },
        {
            "start": 971240266,
            "stop": 971240285
        },
        {
            "start": 971240286,
            "stop": 971240315
        },
        {
            "start": 971240316,
            "stop": 971240324
        },
        {
            "start": 971240326,
            "stop": 971240393
        },
        {
            "start": 971240394,
            "stop": 971240403
        },
        {
            "start": 971240404,
            "stop": 971240429
        }
    ]
}