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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 72,
    "results": [
        {
            "start": 1258564014,
            "stop": 1258564717
        },
        {
            "start": 1258564720,
            "stop": 1258568334
        },
        {
            "start": 1258568337,
            "stop": 1258568804
        },
        {
            "start": 1258568812,
            "stop": 1258572119
        },
        {
            "start": 1258572122,
            "stop": 1258574321
        },
        {
            "start": 1258574324,
            "stop": 1258579945
        },
        {
            "start": 1258579947,
            "stop": 1258580952
        },
        {
            "start": 1258580956,
            "stop": 1258583295
        },
        {
            "start": 1258583297,
            "stop": 1258585108
        },
        {
            "start": 1258585112,
            "stop": 1258585500
        },
        {
            "start": 1258585505,
            "stop": 1258585902
        },
        {
            "start": 1258585904,
            "stop": 1258586114
        },
        {
            "start": 1258586117,
            "stop": 1258587413
        },
        {
            "start": 1258587416,
            "stop": 1258587561
        },
        {
            "start": 1258587566,
            "stop": 1258592355
        },
        {
            "start": 1258592362,
            "stop": 1258592365
        },
        {
            "start": 1258592367,
            "stop": 1258592368
        },
        {
            "start": 1258592374,
            "stop": 1258592517
        },
        {
            "start": 1258592519,
            "stop": 1258592705
        },
        {
            "start": 1258592710,
            "stop": 1258592941
        }
    ]
}