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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=335",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 336,
    "results": [
        {
            "start": 1240256805,
            "stop": 1240256853
        },
        {
            "start": 1240258740,
            "stop": 1240259114
        },
        {
            "start": 1240259119,
            "stop": 1240262745
        },
        {
            "start": 1240262747,
            "stop": 1240263199
        },
        {
            "start": 1240263203,
            "stop": 1240264472
        },
        {
            "start": 1240264475,
            "stop": 1240267416
        },
        {
            "start": 1240267419,
            "stop": 1240268062
        },
        {
            "start": 1240268066,
            "stop": 1240268853
        },
        {
            "start": 1240268858,
            "stop": 1240269242
        },
        {
            "start": 1240269245,
            "stop": 1240269895
        },
        {
            "start": 1240269899,
            "stop": 1240270459
        },
        {
            "start": 1240270462,
            "stop": 1240270514
        },
        {
            "start": 1240270519,
            "stop": 1240271453
        },
        {
            "start": 1240271457,
            "stop": 1240273987
        },
        {
            "start": 1240273992,
            "stop": 1240276194
        },
        {
            "start": 1240276197,
            "stop": 1240277613
        },
        {
            "start": 1240277617,
            "stop": 1240278553
        },
        {
            "start": 1240278556,
            "stop": 1240280686
        },
        {
            "start": 1240280691,
            "stop": 1240284922
        },
        {
            "start": 1240284927,
            "stop": 1240285287
        }
    ]
}