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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=309",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 310,
    "results": [
        {
            "start": 822288540,
            "stop": 822290413
        },
        {
            "start": 822292223,
            "stop": 822292669
        },
        {
            "start": 822292676,
            "stop": 822294793
        },
        {
            "start": 822294912,
            "stop": 822295840
        },
        {
            "start": 822295847,
            "stop": 822295995
        },
        {
            "start": 822296002,
            "stop": 822297120
        },
        {
            "start": 822297180,
            "stop": 822299312
        },
        {
            "start": 822299319,
            "stop": 822306563
        },
        {
            "start": 822306570,
            "stop": 822308086
        },
        {
            "start": 822308094,
            "stop": 822308100
        },
        {
            "start": 822308160,
            "stop": 822311812
        },
        {
            "start": 822311819,
            "stop": 822314771
        },
        {
            "start": 822314774,
            "stop": 822315139
        },
        {
            "start": 822315146,
            "stop": 822315153
        },
        {
            "start": 822315160,
            "stop": 822315388
        },
        {
            "start": 822315951,
            "stop": 822316198
        },
        {
            "start": 822316203,
            "stop": 822316213
        },
        {
            "start": 822316620,
            "stop": 822317520
        },
        {
            "start": 822317640,
            "stop": 822318000
        },
        {
            "start": 822318060,
            "stop": 822318291
        }
    ]
}