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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=372",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 373,
    "results": [
        {
            "start": 821400732,
            "stop": 821400755
        },
        {
            "start": 821400774,
            "stop": 821400881
        },
        {
            "start": 821400925,
            "stop": 821401029
        },
        {
            "start": 821401048,
            "stop": 821401331
        },
        {
            "start": 821401350,
            "stop": 821401515
        },
        {
            "start": 821401534,
            "stop": 821401695
        },
        {
            "start": 821401714,
            "stop": 821401716
        },
        {
            "start": 821401719,
            "stop": 821401746
        },
        {
            "start": 821401765,
            "stop": 821401929
        },
        {
            "start": 821401948,
            "stop": 821401950
        },
        {
            "start": 821401969,
            "stop": 821401993
        },
        {
            "start": 821402012,
            "stop": 821402320
        },
        {
            "start": 821402323,
            "stop": 821402330
        },
        {
            "start": 821402349,
            "stop": 821402598
        },
        {
            "start": 821402617,
            "stop": 821402972
        },
        {
            "start": 821402975,
            "stop": 821403401
        },
        {
            "start": 821403420,
            "stop": 821403575
        },
        {
            "start": 821403594,
            "stop": 821404063
        },
        {
            "start": 821404066,
            "stop": 821404667
        },
        {
            "start": 821404670,
            "stop": 821404720
        }
    ]
}