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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=704",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=702",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 703,
    "results": [
        {
            "start": 1266857565,
            "stop": 1266861017
        },
        {
            "start": 1266861018,
            "stop": 1266861360
        },
        {
            "start": 1266861362,
            "stop": 1266861369
        },
        {
            "start": 1266861373,
            "stop": 1266861376
        },
        {
            "start": 1266861381,
            "stop": 1266861388
        },
        {
            "start": 1266861391,
            "stop": 1266861394
        },
        {
            "start": 1266861396,
            "stop": 1266861419
        },
        {
            "start": 1266861425,
            "stop": 1266867409
        },
        {
            "start": 1266867414,
            "stop": 1266868213
        },
        {
            "start": 1266868221,
            "stop": 1266868228
        },
        {
            "start": 1266868233,
            "stop": 1266868240
        },
        {
            "start": 1266884413,
            "stop": 1266885641
        },
        {
            "start": 1266885643,
            "stop": 1266886814
        },
        {
            "start": 1266886815,
            "stop": 1266886819
        },
        {
            "start": 1266886820,
            "stop": 1266886821
        },
        {
            "start": 1266886823,
            "stop": 1266886906
        },
        {
            "start": 1266886907,
            "stop": 1266886910
        },
        {
            "start": 1266886911,
            "stop": 1266887295
        },
        {
            "start": 1266887297,
            "stop": 1266887299
        },
        {
            "start": 1266887302,
            "stop": 1266887303
        }
    ]
}