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=14423
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=14424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14422",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14423,
    "results": [
        {
            "start": 971453598,
            "stop": 971453607
        },
        {
            "start": 971453608,
            "stop": 971453615
        },
        {
            "start": 971453616,
            "stop": 971453627
        },
        {
            "start": 971453628,
            "stop": 971453643
        },
        {
            "start": 971453644,
            "stop": 971453646
        },
        {
            "start": 971453647,
            "stop": 971453651
        },
        {
            "start": 971453652,
            "stop": 971453668
        },
        {
            "start": 971453669,
            "stop": 971453709
        },
        {
            "start": 971453711,
            "stop": 971453822
        },
        {
            "start": 971453824,
            "stop": 971453834
        },
        {
            "start": 971453835,
            "stop": 971453851
        },
        {
            "start": 971453853,
            "stop": 971453955
        },
        {
            "start": 971453956,
            "stop": 971454094
        },
        {
            "start": 971454096,
            "stop": 971454243
        },
        {
            "start": 971454244,
            "stop": 971454252
        },
        {
            "start": 971454253,
            "stop": 971454343
        },
        {
            "start": 971454346,
            "stop": 971454437
        },
        {
            "start": 971454438,
            "stop": 971454468
        },
        {
            "start": 971454469,
            "stop": 971454493
        },
        {
            "start": 971454497,
            "stop": 971454502
        }
    ]
}