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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2338",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2339,
    "results": [
        {
            "start": 874468109,
            "stop": 874468566
        },
        {
            "start": 874468585,
            "stop": 874470101
        },
        {
            "start": 874470120,
            "stop": 874470200
        },
        {
            "start": 874470221,
            "stop": 874470312
        },
        {
            "start": 874470332,
            "stop": 874470682
        },
        {
            "start": 874470708,
            "stop": 874470779
        },
        {
            "start": 874470798,
            "stop": 874470802
        },
        {
            "start": 874470848,
            "stop": 874476828
        },
        {
            "start": 874476847,
            "stop": 874476857
        },
        {
            "start": 874476882,
            "stop": 874476918
        },
        {
            "start": 874476949,
            "stop": 874478078
        },
        {
            "start": 874478097,
            "stop": 874478108
        },
        {
            "start": 874478127,
            "stop": 874480545
        },
        {
            "start": 874480564,
            "stop": 874480666
        },
        {
            "start": 874480694,
            "stop": 874480802
        },
        {
            "start": 874480821,
            "stop": 874480943
        },
        {
            "start": 874480965,
            "stop": 874481150
        },
        {
            "start": 874481169,
            "stop": 874481183
        },
        {
            "start": 874481202,
            "stop": 874481218
        },
        {
            "start": 874481249,
            "stop": 874481252
        }
    ]
}