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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=191",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 192,
    "results": [
        {
            "start": 849422296,
            "stop": 849428142
        },
        {
            "start": 849428576,
            "stop": 849430631
        },
        {
            "start": 849431020,
            "stop": 849435569
        },
        {
            "start": 849449086,
            "stop": 849450197
        },
        {
            "start": 849464863,
            "stop": 849467448
        },
        {
            "start": 849467660,
            "stop": 849468421
        },
        {
            "start": 849468488,
            "stop": 849468511
        },
        {
            "start": 849468679,
            "stop": 849470489
        },
        {
            "start": 849471731,
            "stop": 849473652
        },
        {
            "start": 849473768,
            "stop": 849479707
        },
        {
            "start": 849480886,
            "stop": 849488912
        },
        {
            "start": 849489353,
            "stop": 849490206
        },
        {
            "start": 849490281,
            "stop": 849491716
        },
        {
            "start": 849492561,
            "stop": 849514771
        },
        {
            "start": 849516133,
            "stop": 849526477
        },
        {
            "start": 849527978,
            "stop": 849531928
        },
        {
            "start": 849533277,
            "stop": 849534914
        },
        {
            "start": 849536210,
            "stop": 849542968
        },
        {
            "start": 849543175,
            "stop": 849544855
        },
        {
            "start": 849547237,
            "stop": 849552424
        }
    ]
}