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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4730",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4728",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4729,
    "results": [
        {
            "start": 970049976,
            "stop": 970050350
        },
        {
            "start": 970050353,
            "stop": 970050369
        },
        {
            "start": 970050372,
            "stop": 970050426
        },
        {
            "start": 970050429,
            "stop": 970051168
        },
        {
            "start": 970051171,
            "stop": 970051302
        },
        {
            "start": 970051305,
            "stop": 970051577
        },
        {
            "start": 970051580,
            "stop": 970051611
        },
        {
            "start": 970051614,
            "stop": 970051661
        },
        {
            "start": 970052731,
            "stop": 970052854
        },
        {
            "start": 970052857,
            "stop": 970052863
        },
        {
            "start": 970052866,
            "stop": 970053098
        },
        {
            "start": 970053101,
            "stop": 970053268
        },
        {
            "start": 970053271,
            "stop": 970053343
        },
        {
            "start": 970055939,
            "stop": 970055995
        },
        {
            "start": 970055998,
            "stop": 970056250
        },
        {
            "start": 970056253,
            "stop": 970056405
        },
        {
            "start": 970056408,
            "stop": 970056414
        },
        {
            "start": 970056435,
            "stop": 970056509
        },
        {
            "start": 970059229,
            "stop": 970059235
        },
        {
            "start": 970059238,
            "stop": 970059242
        }
    ]
}