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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=193",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 194,
    "results": [
        {
            "start": 931439065,
            "stop": 931439085
        },
        {
            "start": 931439087,
            "stop": 931439118
        },
        {
            "start": 931439120,
            "stop": 931439215
        },
        {
            "start": 931439217,
            "stop": 931439253
        },
        {
            "start": 931439255,
            "stop": 931439275
        },
        {
            "start": 931439277,
            "stop": 931439320
        },
        {
            "start": 931439322,
            "stop": 931439325
        },
        {
            "start": 931439327,
            "stop": 931439358
        },
        {
            "start": 931439359,
            "stop": 931439360
        },
        {
            "start": 931439365,
            "stop": 931439589
        },
        {
            "start": 931439591,
            "stop": 931439601
        },
        {
            "start": 931439603,
            "stop": 931439627
        },
        {
            "start": 931439629,
            "stop": 931439633
        },
        {
            "start": 931439635,
            "stop": 931439638
        },
        {
            "start": 931439640,
            "stop": 931439641
        },
        {
            "start": 931439643,
            "stop": 931439646
        },
        {
            "start": 931439648,
            "stop": 931439649
        },
        {
            "start": 931439654,
            "stop": 931439656
        },
        {
            "start": 931439658,
            "stop": 931439669
        },
        {
            "start": 931439671,
            "stop": 931439690
        }
    ]
}