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=8337
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=8338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8336",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8337,
    "results": [
        {
            "start": 874482421,
            "stop": 874482441
        },
        {
            "start": 874482460,
            "stop": 874483356
        },
        {
            "start": 874483375,
            "stop": 874483937
        },
        {
            "start": 874483954,
            "stop": 874484895
        },
        {
            "start": 874484912,
            "stop": 874484955
        },
        {
            "start": 874484972,
            "stop": 874485660
        },
        {
            "start": 874485780,
            "stop": 874485840
        },
        {
            "start": 874485900,
            "stop": 874486031
        },
        {
            "start": 874486050,
            "stop": 874486080
        },
        {
            "start": 874486140,
            "stop": 874486320
        },
        {
            "start": 874486380,
            "stop": 874486440
        },
        {
            "start": 874486500,
            "stop": 874486800
        },
        {
            "start": 874486980,
            "stop": 874487382
        },
        {
            "start": 874487399,
            "stop": 874488030
        },
        {
            "start": 874489490,
            "stop": 874490268
        },
        {
            "start": 874490285,
            "stop": 874493308
        },
        {
            "start": 874493325,
            "stop": 874493808
        },
        {
            "start": 874493825,
            "stop": 874494226
        },
        {
            "start": 874494245,
            "stop": 874494617
        },
        {
            "start": 874494634,
            "stop": 874496234
        }
    ]
}