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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6287",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6288,
    "results": [
        {
            "start": 875109348,
            "stop": 875109355
        },
        {
            "start": 875109359,
            "stop": 875109360
        },
        {
            "start": 875109363,
            "stop": 875109365
        },
        {
            "start": 875109368,
            "stop": 875109374
        },
        {
            "start": 875109378,
            "stop": 875109379
        },
        {
            "start": 875109382,
            "stop": 875109394
        },
        {
            "start": 875109405,
            "stop": 875109406
        },
        {
            "start": 875109412,
            "stop": 875109416
        },
        {
            "start": 875109419,
            "stop": 875109442
        },
        {
            "start": 875109448,
            "stop": 875109449
        },
        {
            "start": 875109452,
            "stop": 875109457
        },
        {
            "start": 875109464,
            "stop": 875109476
        },
        {
            "start": 875109482,
            "stop": 875109554
        },
        {
            "start": 875109557,
            "stop": 875109644
        },
        {
            "start": 875109646,
            "stop": 875109728
        },
        {
            "start": 875109729,
            "stop": 875109987
        },
        {
            "start": 875109988,
            "stop": 875111377
        },
        {
            "start": 875111380,
            "stop": 875111603
        },
        {
            "start": 875111604,
            "stop": 875112269
        },
        {
            "start": 875112272,
            "stop": 875112437
        }
    ]
}