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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=140",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 141,
    "results": [
        {
            "start": 817119950,
            "stop": 817119955
        },
        {
            "start": 817119975,
            "stop": 817120007
        },
        {
            "start": 817123028,
            "stop": 817123358
        },
        {
            "start": 817123378,
            "stop": 817123544
        },
        {
            "start": 817123548,
            "stop": 817123550
        },
        {
            "start": 817123553,
            "stop": 817123685
        },
        {
            "start": 817123716,
            "stop": 817123756
        },
        {
            "start": 817123760,
            "stop": 817123800
        },
        {
            "start": 817124640,
            "stop": 817124647
        },
        {
            "start": 817124691,
            "stop": 817124736
        },
        {
            "start": 817124756,
            "stop": 817124779
        },
        {
            "start": 817124862,
            "stop": 817124871
        },
        {
            "start": 817125020,
            "stop": 817125037
        },
        {
            "start": 817130254,
            "stop": 817130261
        },
        {
            "start": 817130297,
            "stop": 817130326
        },
        {
            "start": 817130329,
            "stop": 817130361
        },
        {
            "start": 817130364,
            "stop": 817130419
        },
        {
            "start": 817130563,
            "stop": 817130585
        },
        {
            "start": 817130659,
            "stop": 817130705
        },
        {
            "start": 817130726,
            "stop": 817130747
        }
    ]
}