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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14403",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14404,
    "results": [
        {
            "start": 971441496,
            "stop": 971441507
        },
        {
            "start": 971441510,
            "stop": 971441514
        },
        {
            "start": 971441517,
            "stop": 971441584
        },
        {
            "start": 971441589,
            "stop": 971441605
        },
        {
            "start": 971441607,
            "stop": 971441610
        },
        {
            "start": 971441611,
            "stop": 971441671
        },
        {
            "start": 971441674,
            "stop": 971441681
        },
        {
            "start": 971441685,
            "stop": 971441714
        },
        {
            "start": 971441715,
            "stop": 971441884
        },
        {
            "start": 971441887,
            "stop": 971441902
        },
        {
            "start": 971441903,
            "stop": 971441938
        },
        {
            "start": 971441941,
            "stop": 971441960
        },
        {
            "start": 971441963,
            "stop": 971442013
        },
        {
            "start": 971442016,
            "stop": 971442043
        },
        {
            "start": 971442046,
            "stop": 971442146
        },
        {
            "start": 971442148,
            "stop": 971442348
        },
        {
            "start": 971442351,
            "stop": 971442423
        },
        {
            "start": 971442426,
            "stop": 971442434
        },
        {
            "start": 971442436,
            "stop": 971442454
        },
        {
            "start": 971442458,
            "stop": 971442531
        }
    ]
}