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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10059",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10060,
    "results": [
        {
            "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
        },
        {
            "start": 872974570,
            "stop": 872974584
        },
        {
            "start": 872974618,
            "stop": 872974660
        },
        {
            "start": 872974697,
            "stop": 872974737
        },
        {
            "start": 872976780,
            "stop": 872976928
        },
        {
            "start": 872977069,
            "stop": 872977132
        }
    ]
}