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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=231",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 232,
    "results": [
        {
            "start": 820734174,
            "stop": 820737287
        },
        {
            "start": 820737294,
            "stop": 820741529
        },
        {
            "start": 820741791,
            "stop": 820742924
        },
        {
            "start": 820742931,
            "stop": 820746005
        },
        {
            "start": 820746006,
            "stop": 820746885
        },
        {
            "start": 820746892,
            "stop": 820748983
        },
        {
            "start": 820749235,
            "stop": 820750448
        },
        {
            "start": 820750455,
            "stop": 820752433
        },
        {
            "start": 820753222,
            "stop": 820756079
        },
        {
            "start": 820759617,
            "stop": 820759746
        },
        {
            "start": 820759753,
            "stop": 820759928
        },
        {
            "start": 820759935,
            "stop": 820761573
        },
        {
            "start": 820761580,
            "stop": 820768022
        },
        {
            "start": 820768035,
            "stop": 820768078
        },
        {
            "start": 820768085,
            "stop": 820769881
        },
        {
            "start": 820769888,
            "stop": 820771012
        },
        {
            "start": 820771019,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820776144
        },
        {
            "start": 820776151,
            "stop": 820780566
        },
        {
            "start": 820780574,
            "stop": 820780930
        }
    ]
}