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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=48",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 49,
    "results": [
        {
            "start": 931252839,
            "stop": 931252849
        },
        {
            "start": 931252851,
            "stop": 931252875
        },
        {
            "start": 931252880,
            "stop": 931252882
        },
        {
            "start": 931252888,
            "stop": 931252904
        },
        {
            "start": 931252906,
            "stop": 931252913
        },
        {
            "start": 931252927,
            "stop": 931252931
        },
        {
            "start": 931252933,
            "stop": 931252977
        },
        {
            "start": 931252979,
            "stop": 931253004
        },
        {
            "start": 931253009,
            "stop": 931253011
        },
        {
            "start": 931253014,
            "stop": 931253016
        },
        {
            "start": 931253018,
            "stop": 931253023
        },
        {
            "start": 931253026,
            "stop": 931253030
        },
        {
            "start": 931253033,
            "stop": 931253069
        },
        {
            "start": 931253071,
            "stop": 931253073
        },
        {
            "start": 931253081,
            "stop": 931253083
        },
        {
            "start": 931253085,
            "stop": 931253100
        },
        {
            "start": 931253102,
            "stop": 931253109
        },
        {
            "start": 931253111,
            "stop": 931253112
        },
        {
            "start": 931253114,
            "stop": 931253123
        },
        {
            "start": 931253126,
            "stop": 931253128
        }
    ]
}