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=517
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=518",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=516",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 517,
    "results": [
        {
            "start": 1264630260,
            "stop": 1264630294
        },
        {
            "start": 1264630295,
            "stop": 1264630296
        },
        {
            "start": 1264630297,
            "stop": 1264630298
        },
        {
            "start": 1264630304,
            "stop": 1264630305
        },
        {
            "start": 1264630307,
            "stop": 1264632247
        },
        {
            "start": 1264632248,
            "stop": 1264632950
        },
        {
            "start": 1264632955,
            "stop": 1264633569
        },
        {
            "start": 1264633573,
            "stop": 1264634430
        },
        {
            "start": 1264634432,
            "stop": 1264634932
        },
        {
            "start": 1264634934,
            "stop": 1264634995
        },
        {
            "start": 1264634997,
            "stop": 1264635134
        },
        {
            "start": 1264635138,
            "stop": 1264637405
        },
        {
            "start": 1264637407,
            "stop": 1264638059
        },
        {
            "start": 1264638061,
            "stop": 1264638608
        },
        {
            "start": 1264638612,
            "stop": 1264639172
        },
        {
            "start": 1264639173,
            "stop": 1264640053
        },
        {
            "start": 1264640055,
            "stop": 1264640416
        },
        {
            "start": 1264640421,
            "stop": 1264640967
        },
        {
            "start": 1264640969,
            "stop": 1264642693
        },
        {
            "start": 1264642696,
            "stop": 1264642854
        }
    ]
}