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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=343",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 344,
    "results": [
        {
            "start": 834460842,
            "stop": 834463002
        },
        {
            "start": 834463770,
            "stop": 834463830
        },
        {
            "start": 834463985,
            "stop": 834464165
        },
        {
            "start": 834464315,
            "stop": 834464735
        },
        {
            "start": 834464901,
            "stop": 834465981
        },
        {
            "start": 834467395,
            "stop": 834467455
        },
        {
            "start": 834468528,
            "stop": 834468588
        },
        {
            "start": 834468761,
            "stop": 834469181
        },
        {
            "start": 834469342,
            "stop": 834475642
        },
        {
            "start": 834475787,
            "stop": 834475847
        },
        {
            "start": 834476015,
            "stop": 834477695
        },
        {
            "start": 834479005,
            "stop": 834480205
        },
        {
            "start": 834481674,
            "stop": 834482964
        },
        {
            "start": 834483114,
            "stop": 834483534
        },
        {
            "start": 834483722,
            "stop": 834483902
        },
        {
            "start": 834484070,
            "stop": 834484190
        },
        {
            "start": 834484421,
            "stop": 834491921
        },
        {
            "start": 834492109,
            "stop": 834494869
        },
        {
            "start": 834495108,
            "stop": 834498408
        },
        {
            "start": 834498558,
            "stop": 834500148
        }
    ]
}