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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=96",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 97,
    "results": [
        {
            "start": 832174010,
            "stop": 832174199
        },
        {
            "start": 832181143,
            "stop": 832184242
        },
        {
            "start": 832184544,
            "stop": 832184971
        },
        {
            "start": 832196248,
            "stop": 832208103
        },
        {
            "start": 832209209,
            "stop": 832213147
        },
        {
            "start": 832218476,
            "stop": 832221449
        },
        {
            "start": 832221584,
            "stop": 832228615
        },
        {
            "start": 832231557,
            "stop": 832247464
        },
        {
            "start": 832248577,
            "stop": 832255647
        },
        {
            "start": 832255747,
            "stop": 832278745
        },
        {
            "start": 832279126,
            "stop": 832305948
        },
        {
            "start": 832306133,
            "stop": 832315456
        },
        {
            "start": 832316459,
            "stop": 832329737
        },
        {
            "start": 832330773,
            "stop": 832332766
        },
        {
            "start": 832375272,
            "stop": 832381432
        },
        {
            "start": 832381978,
            "stop": 832382625
        },
        {
            "start": 832383171,
            "stop": 832383744
        },
        {
            "start": 832383809,
            "stop": 832397337
        },
        {
            "start": 832398341,
            "stop": 832401071
        },
        {
            "start": 832401687,
            "stop": 832414447
        }
    ]
}