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=2255
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=2256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2254",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2255,
    "results": [
        {
            "start": 873321282,
            "stop": 873321308
        },
        {
            "start": 873323241,
            "stop": 873323248
        },
        {
            "start": 873323265,
            "stop": 873323321
        },
        {
            "start": 873323343,
            "stop": 873323409
        },
        {
            "start": 873323426,
            "stop": 873323756
        },
        {
            "start": 873323761,
            "stop": 873323964
        },
        {
            "start": 873324004,
            "stop": 873326575
        },
        {
            "start": 873330364,
            "stop": 873330372
        },
        {
            "start": 873330453,
            "stop": 873330459
        },
        {
            "start": 873330502,
            "stop": 873330503
        },
        {
            "start": 873330520,
            "stop": 873330532
        },
        {
            "start": 873330549,
            "stop": 873330557
        },
        {
            "start": 873330604,
            "stop": 873330633
        },
        {
            "start": 873330650,
            "stop": 873330661
        },
        {
            "start": 873330711,
            "stop": 873330740
        },
        {
            "start": 873330759,
            "stop": 873330770
        },
        {
            "start": 873330787,
            "stop": 873330856
        },
        {
            "start": 873330873,
            "stop": 873331355
        },
        {
            "start": 873331374,
            "stop": 873331421
        },
        {
            "start": 873331439,
            "stop": 873332160
        }
    ]
}