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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5056",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5057,
    "results": [
        {
            "start": 872973578,
            "stop": 872973592
        },
        {
            "start": 872973622,
            "stop": 872973623
        },
        {
            "start": 872973641,
            "stop": 872973685
        },
        {
            "start": 872973718,
            "stop": 872973722
        },
        {
            "start": 872973756,
            "stop": 872973757
        },
        {
            "start": 872973813,
            "stop": 872973839
        },
        {
            "start": 872973856,
            "stop": 872973900
        },
        {
            "start": 872973918,
            "stop": 872973924
        },
        {
            "start": 872973942,
            "stop": 872973952
        },
        {
            "start": 872973970,
            "stop": 872974003
        },
        {
            "start": 872974021,
            "stop": 872974025
        },
        {
            "start": 872974061,
            "stop": 872974108
        },
        {
            "start": 872974126,
            "stop": 872974139
        },
        {
            "start": 872974156,
            "stop": 872974191
        },
        {
            "start": 872974226,
            "stop": 872974231
        },
        {
            "start": 872974249,
            "stop": 872974298
        },
        {
            "start": 872974316,
            "stop": 872974378
        },
        {
            "start": 872974443,
            "stop": 872974453
        },
        {
            "start": 872974470,
            "stop": 872974498
        },
        {
            "start": 872974515,
            "stop": 872974552
        }
    ]
}