Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=841
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=842",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=840",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 841,
    "results": [
        {
            "start": 1250411190,
            "stop": 1250412617
        },
        {
            "start": 1250412621,
            "stop": 1250413189
        },
        {
            "start": 1250413198,
            "stop": 1250414890
        },
        {
            "start": 1250414893,
            "stop": 1250415009
        },
        {
            "start": 1250415013,
            "stop": 1250415110
        },
        {
            "start": 1250415113,
            "stop": 1250416100
        },
        {
            "start": 1250416104,
            "stop": 1250416615
        },
        {
            "start": 1250416618,
            "stop": 1250417587
        },
        {
            "start": 1250422115,
            "stop": 1250426727
        },
        {
            "start": 1250426732,
            "stop": 1250427422
        },
        {
            "start": 1250427427,
            "stop": 1250427480
        },
        {
            "start": 1250429611,
            "stop": 1250434838
        },
        {
            "start": 1250434840,
            "stop": 1250436373
        },
        {
            "start": 1250436377,
            "stop": 1250438154
        },
        {
            "start": 1250438159,
            "stop": 1250445925
        },
        {
            "start": 1250445930,
            "stop": 1250446021
        },
        {
            "start": 1250446025,
            "stop": 1250446082
        },
        {
            "start": 1250446087,
            "stop": 1250446146
        },
        {
            "start": 1250446150,
            "stop": 1250446240
        },
        {
            "start": 1250446243,
            "stop": 1250446549
        }
    ]
}