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=5997
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=5998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5996",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5997,
    "results": [
        {
            "start": 873442022,
            "stop": 873442032
        },
        {
            "start": 873442035,
            "stop": 873442280
        },
        {
            "start": 873442283,
            "stop": 873442409
        },
        {
            "start": 873442410,
            "stop": 873443098
        },
        {
            "start": 873443099,
            "stop": 873443114
        },
        {
            "start": 873443115,
            "stop": 873443782
        },
        {
            "start": 873443784,
            "stop": 873444290
        },
        {
            "start": 873444293,
            "stop": 873444563
        },
        {
            "start": 873444564,
            "stop": 873444737
        },
        {
            "start": 873444740,
            "stop": 873444838
        },
        {
            "start": 873444841,
            "stop": 873444863
        },
        {
            "start": 873444866,
            "stop": 873445349
        },
        {
            "start": 873445352,
            "stop": 873445394
        },
        {
            "start": 873445397,
            "stop": 873445399
        },
        {
            "start": 873445402,
            "stop": 873445406
        },
        {
            "start": 873445409,
            "stop": 873445494
        },
        {
            "start": 873445498,
            "stop": 873445502
        },
        {
            "start": 873445506,
            "stop": 873445511
        },
        {
            "start": 873445515,
            "stop": 873445535
        },
        {
            "start": 873445538,
            "stop": 873445553
        }
    ]
}