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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9068",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9069,
    "results": [
        {
            "start": 874484972,
            "stop": 874485660
        },
        {
            "start": 874485720,
            "stop": 874485840
        },
        {
            "start": 874485900,
            "stop": 874486031
        },
        {
            "start": 874486050,
            "stop": 874486800
        },
        {
            "start": 874486860,
            "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
        },
        {
            "start": 874496251,
            "stop": 874496406
        },
        {
            "start": 874496423,
            "stop": 874497802
        },
        {
            "start": 874497823,
            "stop": 874499116
        },
        {
            "start": 874499133,
            "stop": 874500833
        },
        {
            "start": 874500850,
            "stop": 874502080
        },
        {
            "start": 874502097,
            "stop": 874502134
        },
        {
            "start": 874502153,
            "stop": 874502864
        },
        {
            "start": 874502881,
            "stop": 874502902
        }
    ]
}