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=2265
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=2266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2264",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2265,
    "results": [
        {
            "start": 873460699,
            "stop": 873460728
        },
        {
            "start": 873460745,
            "stop": 873460753
        },
        {
            "start": 873460770,
            "stop": 873460816
        },
        {
            "start": 873460850,
            "stop": 873460851
        },
        {
            "start": 873463832,
            "stop": 873463834
        },
        {
            "start": 873463909,
            "stop": 873463925
        },
        {
            "start": 873464000,
            "stop": 873464010
        },
        {
            "start": 873464118,
            "stop": 873464159
        },
        {
            "start": 873464176,
            "stop": 873464186
        },
        {
            "start": 873464203,
            "stop": 873464210
        },
        {
            "start": 873464227,
            "stop": 873464232
        },
        {
            "start": 873464252,
            "stop": 873464322
        },
        {
            "start": 873464339,
            "stop": 873464840
        },
        {
            "start": 873464857,
            "stop": 873464867
        },
        {
            "start": 873464885,
            "stop": 873464896
        },
        {
            "start": 873464925,
            "stop": 873465150
        },
        {
            "start": 873465167,
            "stop": 873465275
        },
        {
            "start": 873466943,
            "stop": 873467074
        },
        {
            "start": 873467091,
            "stop": 873467120
        },
        {
            "start": 873467157,
            "stop": 873467184
        }
    ]
}