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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=193",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 194,
    "results": [
        {
            "start": 849714922,
            "stop": 849717121
        },
        {
            "start": 849717385,
            "stop": 849717944
        },
        {
            "start": 849718182,
            "stop": 849718358
        },
        {
            "start": 849718573,
            "stop": 849720380
        },
        {
            "start": 849724395,
            "stop": 849727693
        },
        {
            "start": 849728053,
            "stop": 849743432
        },
        {
            "start": 849744897,
            "stop": 849745830
        },
        {
            "start": 849746023,
            "stop": 849750020
        },
        {
            "start": 849876867,
            "stop": 849877178
        },
        {
            "start": 849877558,
            "stop": 849878191
        },
        {
            "start": 849879026,
            "stop": 849880293
        },
        {
            "start": 849880358,
            "stop": 849880360
        },
        {
            "start": 849881745,
            "stop": 849881815
        },
        {
            "start": 849881910,
            "stop": 849888167
        },
        {
            "start": 849888283,
            "stop": 849888291
        },
        {
            "start": 849888748,
            "stop": 849888755
        },
        {
            "start": 849888900,
            "stop": 849888924
        },
        {
            "start": 849889931,
            "stop": 849890153
        },
        {
            "start": 849890323,
            "stop": 849890447
        },
        {
            "start": 849890582,
            "stop": 849894490
        }
    ]
}