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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16822",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16823,
    "results": [
        {
            "start": 875208548,
            "stop": 875208643
        },
        {
            "start": 875208644,
            "stop": 875208684
        },
        {
            "start": 875208686,
            "stop": 875208707
        },
        {
            "start": 875208708,
            "stop": 875208764
        },
        {
            "start": 875208766,
            "stop": 875208784
        },
        {
            "start": 875208785,
            "stop": 875208808
        },
        {
            "start": 875208810,
            "stop": 875208844
        },
        {
            "start": 875208846,
            "stop": 875208857
        },
        {
            "start": 875208859,
            "stop": 875208876
        },
        {
            "start": 875208878,
            "stop": 875208880
        },
        {
            "start": 875208882,
            "stop": 875208894
        },
        {
            "start": 875208896,
            "stop": 875208997
        },
        {
            "start": 875208998,
            "stop": 875209011
        },
        {
            "start": 875209012,
            "stop": 875209095
        },
        {
            "start": 875209096,
            "stop": 875209113
        },
        {
            "start": 875209114,
            "stop": 875209122
        },
        {
            "start": 875209124,
            "stop": 875209217
        },
        {
            "start": 875209219,
            "stop": 875209248
        },
        {
            "start": 875209249,
            "stop": 875209317
        },
        {
            "start": 875209318,
            "stop": 875209436
        }
    ]
}