Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=25",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 26,
    "results": [
        {
            "start": 820587247,
            "stop": 820587248
        },
        {
            "start": 820587391,
            "stop": 820589293
        },
        {
            "start": 820590653,
            "stop": 820592653
        },
        {
            "start": 820592661,
            "stop": 820592664
        },
        {
            "start": 820625587,
            "stop": 820658473
        },
        {
            "start": 820658486,
            "stop": 820658489
        },
        {
            "start": 820659665,
            "stop": 820681153
        },
        {
            "start": 820681170,
            "stop": 820681171
        },
        {
            "start": 820681172,
            "stop": 820681174
        },
        {
            "start": 820681726,
            "stop": 820684213
        },
        {
            "start": 820684228,
            "stop": 820684230
        },
        {
            "start": 820684405,
            "stop": 820691053
        },
        {
            "start": 820691061,
            "stop": 820691064
        },
        {
            "start": 820691241,
            "stop": 820704793
        },
        {
            "start": 820707812,
            "stop": 820718758
        },
        {
            "start": 820720874,
            "stop": 820744873
        },
        {
            "start": 820744910,
            "stop": 820744913
        },
        {
            "start": 820745748,
            "stop": 820756069
        },
        {
            "start": 820766152,
            "stop": 820772864
        },
        {
            "start": 820791230,
            "stop": 820792393
        }
    ]
}