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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=296",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 297,
    "results": [
        {
            "start": 818239504,
            "stop": 818239505
        },
        {
            "start": 818239535,
            "stop": 818239542
        },
        {
            "start": 818239572,
            "stop": 818239573
        },
        {
            "start": 818239580,
            "stop": 818239583
        },
        {
            "start": 818239599,
            "stop": 818239600
        },
        {
            "start": 818239603,
            "stop": 818239605
        },
        {
            "start": 818239613,
            "stop": 818239619
        },
        {
            "start": 818239622,
            "stop": 818239625
        },
        {
            "start": 818239646,
            "stop": 818239648
        },
        {
            "start": 818239656,
            "stop": 818239657
        },
        {
            "start": 818239674,
            "stop": 818239675
        },
        {
            "start": 818240992,
            "stop": 818240993
        },
        {
            "start": 818241001,
            "stop": 818241002
        },
        {
            "start": 818241021,
            "stop": 818241027
        },
        {
            "start": 818241036,
            "stop": 818241048
        },
        {
            "start": 818241074,
            "stop": 818241078
        },
        {
            "start": 818241083,
            "stop": 818241084
        },
        {
            "start": 818241089,
            "stop": 818241098
        },
        {
            "start": 818241122,
            "stop": 818241123
        },
        {
            "start": 818241128,
            "stop": 818241130
        }
    ]
}