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=2201
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=2202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2200",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2201,
    "results": [
        {
            "start": 872563286,
            "stop": 872563457
        },
        {
            "start": 872563516,
            "stop": 872563519
        },
        {
            "start": 872563542,
            "stop": 872563895
        },
        {
            "start": 872570266,
            "stop": 872570269
        },
        {
            "start": 872570307,
            "stop": 872570309
        },
        {
            "start": 872570326,
            "stop": 872570330
        },
        {
            "start": 872570355,
            "stop": 872570365
        },
        {
            "start": 872570390,
            "stop": 872571803
        },
        {
            "start": 872571823,
            "stop": 872572061
        },
        {
            "start": 872572080,
            "stop": 872572083
        },
        {
            "start": 872572102,
            "stop": 872572730
        },
        {
            "start": 872572751,
            "stop": 872575233
        },
        {
            "start": 872576504,
            "stop": 872577425
        },
        {
            "start": 872577444,
            "stop": 872578784
        },
        {
            "start": 872578824,
            "stop": 872579163
        },
        {
            "start": 872580700,
            "stop": 872580722
        },
        {
            "start": 872582865,
            "stop": 872582933
        },
        {
            "start": 872582950,
            "stop": 872583260
        },
        {
            "start": 872583285,
            "stop": 872583311
        },
        {
            "start": 872583367,
            "stop": 872583376
        }
    ]
}