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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=128",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 129,
    "results": [
        {
            "start": 820075110,
            "stop": 820075624
        },
        {
            "start": 820075632,
            "stop": 820075978
        },
        {
            "start": 820075985,
            "stop": 820076504
        },
        {
            "start": 820076511,
            "stop": 820077710
        },
        {
            "start": 820077717,
            "stop": 820078017
        },
        {
            "start": 820078024,
            "stop": 820078422
        },
        {
            "start": 820078430,
            "stop": 820083608
        },
        {
            "start": 820083615,
            "stop": 820084550
        },
        {
            "start": 820084630,
            "stop": 820086392
        },
        {
            "start": 820086400,
            "stop": 820086990
        },
        {
            "start": 820086997,
            "stop": 820087093
        },
        {
            "start": 820089692,
            "stop": 820093179
        },
        {
            "start": 820093186,
            "stop": 820093601
        },
        {
            "start": 820093608,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820099237
        },
        {
            "start": 820099244,
            "stop": 820100030
        },
        {
            "start": 820100170,
            "stop": 820100953
        },
        {
            "start": 820102769,
            "stop": 820103353
        },
        {
            "start": 820104221,
            "stop": 820105768
        },
        {
            "start": 820105775,
            "stop": 820105970
        }
    ]
}