Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=124",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 125,
    "results": [
        {
            "start": 818051681,
            "stop": 818051688
        },
        {
            "start": 818051809,
            "stop": 818051814
        },
        {
            "start": 818051858,
            "stop": 818051867
        },
        {
            "start": 818051933,
            "stop": 818051935
        },
        {
            "start": 818052177,
            "stop": 818052181
        },
        {
            "start": 818052732,
            "stop": 818052737
        },
        {
            "start": 818052961,
            "stop": 818052963
        },
        {
            "start": 818052992,
            "stop": 818053010
        },
        {
            "start": 818053272,
            "stop": 818053278
        },
        {
            "start": 818053696,
            "stop": 818053707
        },
        {
            "start": 818059500,
            "stop": 818059502
        },
        {
            "start": 818059653,
            "stop": 818059667
        },
        {
            "start": 818059902,
            "stop": 818059903
        },
        {
            "start": 818060034,
            "stop": 818060041
        },
        {
            "start": 818060370,
            "stop": 818060380
        },
        {
            "start": 818062293,
            "stop": 818062294
        },
        {
            "start": 818062563,
            "stop": 818062575
        },
        {
            "start": 818063251,
            "stop": 818063260
        },
        {
            "start": 818066420,
            "stop": 818066421
        },
        {
            "start": 818066479,
            "stop": 818066486
        }
    ]
}