Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=140",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 141,
    "results": [
        {
            "start": 818749769,
            "stop": 818749815
        },
        {
            "start": 818749870,
            "stop": 818749875
        },
        {
            "start": 818749951,
            "stop": 818749952
        },
        {
            "start": 818750085,
            "stop": 818750102
        },
        {
            "start": 818750209,
            "stop": 818750216
        },
        {
            "start": 818750262,
            "stop": 818750279
        },
        {
            "start": 818750335,
            "stop": 818750336
        },
        {
            "start": 818751722,
            "stop": 818751724
        },
        {
            "start": 818751834,
            "stop": 818751835
        },
        {
            "start": 818751933,
            "stop": 818751935
        },
        {
            "start": 818752132,
            "stop": 818752138
        },
        {
            "start": 818752185,
            "stop": 818752224
        },
        {
            "start": 818752254,
            "stop": 818752293
        },
        {
            "start": 818752322,
            "stop": 818752346
        },
        {
            "start": 818752375,
            "stop": 818752425
        },
        {
            "start": 818752433,
            "stop": 818752536
        },
        {
            "start": 818752543,
            "stop": 818752599
        },
        {
            "start": 818752606,
            "stop": 818752665
        },
        {
            "start": 818752694,
            "stop": 818754493
        },
        {
            "start": 818754501,
            "stop": 818754525
        }
    ]
}