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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 93,
    "results": [
        {
            "start": 1407292471,
            "stop": 1407297067
        },
        {
            "start": 1407304781,
            "stop": 1407305121
        },
        {
            "start": 1407305124,
            "stop": 1407311592
        },
        {
            "start": 1407311594,
            "stop": 1407312553
        },
        {
            "start": 1407312557,
            "stop": 1407330333
        },
        {
            "start": 1407330337,
            "stop": 1407337573
        },
        {
            "start": 1407337577,
            "stop": 1407339160
        },
        {
            "start": 1407339164,
            "stop": 1407346814
        },
        {
            "start": 1407346817,
            "stop": 1407346997
        },
        {
            "start": 1407347000,
            "stop": 1407347797
        },
        {
            "start": 1407347800,
            "stop": 1407348603
        },
        {
            "start": 1407349232,
            "stop": 1407349820
        },
        {
            "start": 1407351562,
            "stop": 1407358453
        },
        {
            "start": 1407358458,
            "stop": 1407361331
        },
        {
            "start": 1407361333,
            "stop": 1407366238
        },
        {
            "start": 1407366241,
            "stop": 1407376917
        },
        {
            "start": 1407392681,
            "stop": 1407403999
        },
        {
            "start": 1407404004,
            "stop": 1407412408
        },
        {
            "start": 1407412410,
            "stop": 1407415547
        },
        {
            "start": 1407415550,
            "stop": 1407418299
        }
    ]
}