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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=333",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 334,
    "results": [
        {
            "start": 818827055,
            "stop": 818827066
        },
        {
            "start": 818827107,
            "stop": 818827121
        },
        {
            "start": 818827157,
            "stop": 818827205
        },
        {
            "start": 818827236,
            "stop": 818827239
        },
        {
            "start": 818827281,
            "stop": 818827344
        },
        {
            "start": 818827375,
            "stop": 818827384
        },
        {
            "start": 818827413,
            "stop": 818827451
        },
        {
            "start": 818827624,
            "stop": 818827681
        },
        {
            "start": 818827800,
            "stop": 818827830
        },
        {
            "start": 818827935,
            "stop": 818827937
        },
        {
            "start": 818827940,
            "stop": 818827969
        },
        {
            "start": 818827972,
            "stop": 818827975
        },
        {
            "start": 818828021,
            "stop": 818828032
        },
        {
            "start": 818828400,
            "stop": 818828427
        },
        {
            "start": 818828476,
            "stop": 818828498
        },
        {
            "start": 818828603,
            "stop": 818828674
        },
        {
            "start": 818828694,
            "stop": 818828716
        },
        {
            "start": 818828736,
            "stop": 818828751
        },
        {
            "start": 818828891,
            "stop": 818828921
        },
        {
            "start": 818828981,
            "stop": 818828988
        }
    ]
}