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=6037
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=6038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6036",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6037,
    "results": [
        {
            "start": 873675545,
            "stop": 873675736
        },
        {
            "start": 873675737,
            "stop": 873675816
        },
        {
            "start": 873675817,
            "stop": 873675840
        },
        {
            "start": 873675900,
            "stop": 873675922
        },
        {
            "start": 873675923,
            "stop": 873675942
        },
        {
            "start": 873675944,
            "stop": 873675960
        },
        {
            "start": 873676020,
            "stop": 873676037
        },
        {
            "start": 873676038,
            "stop": 873676066
        },
        {
            "start": 873703665,
            "stop": 873703668
        },
        {
            "start": 873703671,
            "stop": 873703672
        },
        {
            "start": 873703673,
            "stop": 873703674
        },
        {
            "start": 873703681,
            "stop": 873703682
        },
        {
            "start": 873703688,
            "stop": 873703689
        },
        {
            "start": 873703691,
            "stop": 873703692
        },
        {
            "start": 873703694,
            "stop": 873703700
        },
        {
            "start": 873703708,
            "stop": 873703713
        },
        {
            "start": 873703717,
            "stop": 873703718
        },
        {
            "start": 873703719,
            "stop": 873703725
        },
        {
            "start": 873703726,
            "stop": 873703730
        },
        {
            "start": 873703731,
            "stop": 873703733
        }
    ]
}