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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 11,
    "results": [
        {
            "start": 931160610,
            "stop": 931160615
        },
        {
            "start": 931160624,
            "stop": 931160626
        },
        {
            "start": 931160630,
            "stop": 931160631
        },
        {
            "start": 931160634,
            "stop": 931160637
        },
        {
            "start": 931160664,
            "stop": 931160670
        },
        {
            "start": 931160673,
            "stop": 931160677
        },
        {
            "start": 931160679,
            "stop": 931160680
        },
        {
            "start": 931160688,
            "stop": 931160693
        },
        {
            "start": 931160703,
            "stop": 931160704
        },
        {
            "start": 931160707,
            "stop": 931160715
        },
        {
            "start": 931160719,
            "stop": 931160723
        },
        {
            "start": 931160727,
            "stop": 931160728
        },
        {
            "start": 931160737,
            "stop": 931160745
        },
        {
            "start": 931160747,
            "stop": 931160750
        },
        {
            "start": 931160761,
            "stop": 931160772
        },
        {
            "start": 931160777,
            "stop": 931160782
        },
        {
            "start": 931160784,
            "stop": 931160785
        },
        {
            "start": 931160788,
            "stop": 931160793
        },
        {
            "start": 931160797,
            "stop": 931160803
        },
        {
            "start": 931160808,
            "stop": 931160810
        }
    ]
}