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_CBCLOW_CAT3/segments?format=api&page=5048
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=5049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5047",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5048,
    "results": [
        {
            "start": 872785760,
            "stop": 872788920
        },
        {
            "start": 872788980,
            "stop": 872789160
        },
        {
            "start": 872789220,
            "stop": 872793345
        },
        {
            "start": 872793577,
            "stop": 872793935
        },
        {
            "start": 872794293,
            "stop": 872799447
        },
        {
            "start": 872799870,
            "stop": 872799929
        },
        {
            "start": 872800053,
            "stop": 872800159
        },
        {
            "start": 872800447,
            "stop": 872804411
        },
        {
            "start": 872804643,
            "stop": 872805049
        },
        {
            "start": 872805611,
            "stop": 872808062
        },
        {
            "start": 872808488,
            "stop": 872810057
        },
        {
            "start": 872810483,
            "stop": 872810765
        },
        {
            "start": 872811387,
            "stop": 872812170
        },
        {
            "start": 872812410,
            "stop": 872815495
        },
        {
            "start": 872815683,
            "stop": 872816059
        },
        {
            "start": 872816763,
            "stop": 872816861
        },
        {
            "start": 872817000,
            "stop": 872817982
        },
        {
            "start": 872818018,
            "stop": 872818440
        },
        {
            "start": 872818500,
            "stop": 872818584
        },
        {
            "start": 872818591,
            "stop": 872818620
        }
    ]
}