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_H2L1/segments?format=api&page=778
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_H2L1/segments?format=api&page=779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=777",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 778,
    "results": [
        {
            "start": 860501835,
            "stop": 860502015
        },
        {
            "start": 860502045,
            "stop": 860502435
        },
        {
            "start": 860502569,
            "stop": 860503769
        },
        {
            "start": 860503859,
            "stop": 860503949
        },
        {
            "start": 860503979,
            "stop": 860504549
        },
        {
            "start": 860504781,
            "stop": 860504901
        },
        {
            "start": 860505046,
            "stop": 860505106
        },
        {
            "start": 860505252,
            "stop": 860505312
        },
        {
            "start": 860505591,
            "stop": 860505771
        },
        {
            "start": 860506199,
            "stop": 860506319
        },
        {
            "start": 860506649,
            "stop": 860506829
        },
        {
            "start": 860514442,
            "stop": 860516002
        },
        {
            "start": 860516170,
            "stop": 860517310
        },
        {
            "start": 860517478,
            "stop": 860517598
        },
        {
            "start": 860517754,
            "stop": 860517874
        },
        {
            "start": 860518042,
            "stop": 860518102
        },
        {
            "start": 860518250,
            "stop": 860518550
        },
        {
            "start": 860518776,
            "stop": 860518896
        },
        {
            "start": 860519040,
            "stop": 860519400
        },
        {
            "start": 860519808,
            "stop": 860519868
        }
    ]
}