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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2292",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2293,
    "results": [
        {
            "start": 873891633,
            "stop": 873895673
        },
        {
            "start": 873895692,
            "stop": 873896219
        },
        {
            "start": 873896238,
            "stop": 873896581
        },
        {
            "start": 873896614,
            "stop": 873897330
        },
        {
            "start": 873897384,
            "stop": 873897544
        },
        {
            "start": 873897563,
            "stop": 873897580
        },
        {
            "start": 873897599,
            "stop": 873897723
        },
        {
            "start": 873897742,
            "stop": 873897792
        },
        {
            "start": 873897811,
            "stop": 873899148
        },
        {
            "start": 873899167,
            "stop": 873899400
        },
        {
            "start": 873899419,
            "stop": 873899760
        },
        {
            "start": 873899778,
            "stop": 873901068
        },
        {
            "start": 873901087,
            "stop": 873901652
        },
        {
            "start": 873901674,
            "stop": 873904643
        },
        {
            "start": 873904662,
            "stop": 873905880
        },
        {
            "start": 873905899,
            "stop": 873906223
        },
        {
            "start": 873906248,
            "stop": 873906281
        },
        {
            "start": 873906304,
            "stop": 873908624
        },
        {
            "start": 873908643,
            "stop": 873908863
        },
        {
            "start": 873908898,
            "stop": 873909079
        }
    ]
}