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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=193",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 194,
    "results": [
        {
            "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
        },
        {
            "start": 931439692,
            "stop": 931439713
        },
        {
            "start": 931439715,
            "stop": 931439746
        },
        {
            "start": 931439748,
            "stop": 931439749
        },
        {
            "start": 931439752,
            "stop": 931439758
        },
        {
            "start": 931439760,
            "stop": 931439792
        },
        {
            "start": 931439794,
            "stop": 931439798
        }
    ]
}