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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 159,
    "results": [
        {
            "start": 1239613186,
            "stop": 1239613356
        },
        {
            "start": 1239613364,
            "stop": 1239613507
        },
        {
            "start": 1239613508,
            "stop": 1239613652
        },
        {
            "start": 1239613656,
            "stop": 1239613917
        },
        {
            "start": 1239613920,
            "stop": 1239614127
        },
        {
            "start": 1239614128,
            "stop": 1239614542
        },
        {
            "start": 1239614547,
            "stop": 1239614707
        },
        {
            "start": 1239614708,
            "stop": 1239615188
        },
        {
            "start": 1239615191,
            "stop": 1239615327
        },
        {
            "start": 1239615328,
            "stop": 1239615927
        },
        {
            "start": 1239615928,
            "stop": 1239615983
        },
        {
            "start": 1239615986,
            "stop": 1239616014
        },
        {
            "start": 1239616019,
            "stop": 1239616202
        },
        {
            "start": 1239616207,
            "stop": 1239616507
        },
        {
            "start": 1239616508,
            "stop": 1239616839
        },
        {
            "start": 1239616844,
            "stop": 1239616970
        },
        {
            "start": 1239616975,
            "stop": 1239617029
        },
        {
            "start": 1239617034,
            "stop": 1239617083
        },
        {
            "start": 1239617086,
            "stop": 1239617127
        },
        {
            "start": 1239617128,
            "stop": 1239617255
        }
    ]
}