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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=302",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 303,
    "results": [
        {
            "start": 858950730,
            "stop": 858957621
        },
        {
            "start": 858958498,
            "stop": 858961511
        },
        {
            "start": 858961670,
            "stop": 858964428
        },
        {
            "start": 858965386,
            "stop": 858971864
        },
        {
            "start": 858973946,
            "stop": 858976789
        },
        {
            "start": 858978534,
            "stop": 858985168
        },
        {
            "start": 858986230,
            "stop": 859013031
        },
        {
            "start": 859013828,
            "stop": 859022247
        },
        {
            "start": 859022325,
            "stop": 859034191
        },
        {
            "start": 859035701,
            "stop": 859037029
        },
        {
            "start": 859037806,
            "stop": 859042522
        },
        {
            "start": 859060394,
            "stop": 859065675
        },
        {
            "start": 859065930,
            "stop": 859066376
        },
        {
            "start": 859067157,
            "stop": 859072753
        },
        {
            "start": 859073654,
            "stop": 859075533
        },
        {
            "start": 859076832,
            "stop": 859102727
        },
        {
            "start": 859104012,
            "stop": 859123970
        },
        {
            "start": 859126458,
            "stop": 859126720
        },
        {
            "start": 859127583,
            "stop": 859127998
        },
        {
            "start": 859131251,
            "stop": 859133979
        }
    ]
}