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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5249",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5250,
    "results": [
        {
            "start": 874483954,
            "stop": 874485660
        },
        {
            "start": 874485720,
            "stop": 874485840
        },
        {
            "start": 874485900,
            "stop": 874486037
        },
        {
            "start": 874486044,
            "stop": 874486800
        },
        {
            "start": 874486860,
            "stop": 874488220
        },
        {
            "start": 874489490,
            "stop": 874493808
        },
        {
            "start": 874493825,
            "stop": 874494226
        },
        {
            "start": 874494262,
            "stop": 874496406
        },
        {
            "start": 874496422,
            "stop": 874497802
        },
        {
            "start": 874497840,
            "stop": 874502134
        },
        {
            "start": 874502170,
            "stop": 874502864
        },
        {
            "start": 874502881,
            "stop": 874502902
        },
        {
            "start": 874502945,
            "stop": 874503221
        },
        {
            "start": 874503238,
            "stop": 874505078
        },
        {
            "start": 874505114,
            "stop": 874505487
        },
        {
            "start": 874505523,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874505813
        },
        {
            "start": 874505830,
            "stop": 874508802
        },
        {
            "start": 874508836,
            "stop": 874509353
        },
        {
            "start": 874509389,
            "stop": 874516443
        }
    ]
}