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_CW_CAT1/segments?format=api&page=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=121",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 122,
    "results": [
        {
            "start": 832184544,
            "stop": 832184953
        },
        {
            "start": 832184970,
            "stop": 832184971
        },
        {
            "start": 832196248,
            "stop": 832208053
        },
        {
            "start": 832209209,
            "stop": 832213093
        },
        {
            "start": 832218476,
            "stop": 832221433
        },
        {
            "start": 832221448,
            "stop": 832221449
        },
        {
            "start": 832221584,
            "stop": 832228573
        },
        {
            "start": 832231557,
            "stop": 832247413
        },
        {
            "start": 832247463,
            "stop": 832247464
        },
        {
            "start": 832248577,
            "stop": 832255633
        },
        {
            "start": 832255646,
            "stop": 832255647
        },
        {
            "start": 832255747,
            "stop": 832278733
        },
        {
            "start": 832278743,
            "stop": 832278745
        },
        {
            "start": 832279126,
            "stop": 832305913
        },
        {
            "start": 832305947,
            "stop": 832305948
        },
        {
            "start": 832306133,
            "stop": 832315456
        },
        {
            "start": 832316473,
            "stop": 832329737
        },
        {
            "start": 832330773,
            "stop": 832332733
        },
        {
            "start": 832375272,
            "stop": 832381432
        },
        {
            "start": 832381978,
            "stop": 832382593
        }
    ]
}