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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1763",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1761",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1762,
    "results": [
        {
            "start": 958736044,
            "stop": 958736073
        },
        {
            "start": 958736076,
            "stop": 958736103
        },
        {
            "start": 958736106,
            "stop": 958736112
        },
        {
            "start": 958736114,
            "stop": 958736183
        },
        {
            "start": 958736188,
            "stop": 958736261
        },
        {
            "start": 958736263,
            "stop": 958736278
        },
        {
            "start": 958736281,
            "stop": 958736285
        },
        {
            "start": 958736290,
            "stop": 958736305
        },
        {
            "start": 958736311,
            "stop": 958736326
        },
        {
            "start": 958736328,
            "stop": 958736329
        },
        {
            "start": 958736331,
            "stop": 958736339
        },
        {
            "start": 958736341,
            "stop": 958736343
        },
        {
            "start": 958736345,
            "stop": 958736357
        },
        {
            "start": 958736359,
            "stop": 958736368
        },
        {
            "start": 958736370,
            "stop": 958736381
        },
        {
            "start": 958736383,
            "stop": 958736387
        },
        {
            "start": 958736390,
            "stop": 958736405
        },
        {
            "start": 958736412,
            "stop": 958736413
        },
        {
            "start": 958736415,
            "stop": 958736416
        },
        {
            "start": 958736418,
            "stop": 958736429
        }
    ]
}