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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8721",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8722,
    "results": [
        {
            "start": 872576640,
            "stop": 872576700
        },
        {
            "start": 872578020,
            "stop": 872578200
        },
        {
            "start": 872578380,
            "stop": 872578680
        },
        {
            "start": 872578740,
            "stop": 872579040
        },
        {
            "start": 872579100,
            "stop": 872579108
        },
        {
            "start": 872579228,
            "stop": 872579460
        },
        {
            "start": 872579520,
            "stop": 872581430
        },
        {
            "start": 872581510,
            "stop": 872582744
        },
        {
            "start": 872582925,
            "stop": 872587358
        },
        {
            "start": 872587395,
            "stop": 872588031
        },
        {
            "start": 872588032,
            "stop": 872590680
        },
        {
            "start": 872590740,
            "stop": 872591030
        },
        {
            "start": 872591110,
            "stop": 872594157
        },
        {
            "start": 872594174,
            "stop": 872595230
        },
        {
            "start": 872595370,
            "stop": 872599032
        },
        {
            "start": 872599049,
            "stop": 872600852
        },
        {
            "start": 872600858,
            "stop": 872601307
        },
        {
            "start": 872601427,
            "stop": 872604170
        },
        {
            "start": 872604250,
            "stop": 872604395
        },
        {
            "start": 872604716,
            "stop": 872605760
        }
    ]
}