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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=219",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 220,
    "results": [
        {
            "start": 931501341,
            "stop": 931501348
        },
        {
            "start": 931501352,
            "stop": 931501355
        },
        {
            "start": 931501360,
            "stop": 931501363
        },
        {
            "start": 931501364,
            "stop": 931501372
        },
        {
            "start": 931501375,
            "stop": 931501395
        },
        {
            "start": 931501405,
            "stop": 931501407
        },
        {
            "start": 931501409,
            "stop": 931501413
        },
        {
            "start": 931501415,
            "stop": 931501425
        },
        {
            "start": 931501428,
            "stop": 931501431
        },
        {
            "start": 931501434,
            "stop": 931501439
        },
        {
            "start": 931501444,
            "stop": 931501473
        },
        {
            "start": 931501483,
            "stop": 931501485
        },
        {
            "start": 931501488,
            "stop": 931501491
        },
        {
            "start": 931501499,
            "stop": 931501509
        },
        {
            "start": 931501512,
            "stop": 931501515
        },
        {
            "start": 931501519,
            "stop": 931501521
        },
        {
            "start": 931501524,
            "stop": 931501532
        },
        {
            "start": 931501540,
            "stop": 931501542
        },
        {
            "start": 931501545,
            "stop": 931501547
        },
        {
            "start": 931501550,
            "stop": 931501552
        }
    ]
}