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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5102",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5100",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5101,
    "results": [
        {
            "start": 1135879449,
            "stop": 1135879467
        },
        {
            "start": 1135879469,
            "stop": 1135879490
        },
        {
            "start": 1135879492,
            "stop": 1135879500
        },
        {
            "start": 1135879502,
            "stop": 1135879534
        },
        {
            "start": 1135879536,
            "stop": 1135879563
        },
        {
            "start": 1135879565,
            "stop": 1135879567
        },
        {
            "start": 1135879569,
            "stop": 1135879623
        },
        {
            "start": 1135879625,
            "stop": 1135879736
        },
        {
            "start": 1135882196,
            "stop": 1135882200
        },
        {
            "start": 1135882202,
            "stop": 1135882253
        },
        {
            "start": 1135882255,
            "stop": 1135882397
        },
        {
            "start": 1135882399,
            "stop": 1135882424
        },
        {
            "start": 1135882426,
            "stop": 1135882539
        },
        {
            "start": 1135882541,
            "stop": 1135882619
        },
        {
            "start": 1135882621,
            "stop": 1135882654
        },
        {
            "start": 1135882656,
            "stop": 1135882716
        },
        {
            "start": 1135882718,
            "stop": 1135882823
        },
        {
            "start": 1135882825,
            "stop": 1135882839
        },
        {
            "start": 1135882841,
            "stop": 1135882849
        },
        {
            "start": 1135882851,
            "stop": 1135882924
        }
    ]
}