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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1056",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1057,
    "results": [
        {
            "start": 873116598,
            "stop": 873117258
        },
        {
            "start": 873117421,
            "stop": 873117661
        },
        {
            "start": 873117801,
            "stop": 873118041
        },
        {
            "start": 873118250,
            "stop": 873119270
        },
        {
            "start": 873119494,
            "stop": 873119554
        },
        {
            "start": 873120770,
            "stop": 873120830
        },
        {
            "start": 873129182,
            "stop": 873129302
        },
        {
            "start": 873129441,
            "stop": 873130041
        },
        {
            "start": 873132872,
            "stop": 873133172
        },
        {
            "start": 873133331,
            "stop": 873133451
        },
        {
            "start": 873133758,
            "stop": 873133878
        },
        {
            "start": 873134153,
            "stop": 873134753
        },
        {
            "start": 873134934,
            "stop": 873135474
        },
        {
            "start": 873135684,
            "stop": 873136224
        },
        {
            "start": 873139232,
            "stop": 873139952
        },
        {
            "start": 873144896,
            "stop": 873145376
        },
        {
            "start": 873146509,
            "stop": 873147469
        },
        {
            "start": 873151407,
            "stop": 873151767
        },
        {
            "start": 873151923,
            "stop": 873154563
        },
        {
            "start": 873154979,
            "stop": 873160439
        }
    ]
}