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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=254",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 255,
    "results": [
        {
            "start": 1262693926,
            "stop": 1262694006
        },
        {
            "start": 1262694009,
            "stop": 1262694012
        },
        {
            "start": 1262694015,
            "stop": 1262694080
        },
        {
            "start": 1262694083,
            "stop": 1262694120
        },
        {
            "start": 1262694123,
            "stop": 1262694139
        },
        {
            "start": 1262694142,
            "stop": 1262694212
        },
        {
            "start": 1262694215,
            "stop": 1262694231
        },
        {
            "start": 1262694235,
            "stop": 1262694265
        },
        {
            "start": 1262694266,
            "stop": 1262694268
        },
        {
            "start": 1262694270,
            "stop": 1262694277
        },
        {
            "start": 1262694279,
            "stop": 1262694280
        },
        {
            "start": 1262694284,
            "stop": 1262694306
        },
        {
            "start": 1262694310,
            "stop": 1262694311
        },
        {
            "start": 1262694313,
            "stop": 1262694391
        },
        {
            "start": 1262694393,
            "stop": 1262694475
        },
        {
            "start": 1262694476,
            "stop": 1262694477
        },
        {
            "start": 1262694479,
            "stop": 1262694674
        },
        {
            "start": 1262694676,
            "stop": 1262694689
        },
        {
            "start": 1262694692,
            "stop": 1262694709
        },
        {
            "start": 1262694711,
            "stop": 1262694715
        }
    ]
}