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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=177",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 178,
    "results": [
        {
            "start": 847151873,
            "stop": 847161181
        },
        {
            "start": 847161240,
            "stop": 847182057
        },
        {
            "start": 847183193,
            "stop": 847192232
        },
        {
            "start": 847192394,
            "stop": 847201384
        },
        {
            "start": 847201668,
            "stop": 847201850
        },
        {
            "start": 847204051,
            "stop": 847204881
        },
        {
            "start": 847206434,
            "stop": 847212042
        },
        {
            "start": 847212153,
            "stop": 847219591
        },
        {
            "start": 847219822,
            "stop": 847220699
        },
        {
            "start": 847221543,
            "stop": 847222088
        },
        {
            "start": 847223012,
            "stop": 847224750
        },
        {
            "start": 847224929,
            "stop": 847225828
        },
        {
            "start": 847228458,
            "stop": 847237787
        },
        {
            "start": 847241610,
            "stop": 847243707
        },
        {
            "start": 847246800,
            "stop": 847247772
        },
        {
            "start": 847249142,
            "stop": 847254230
        },
        {
            "start": 847254446,
            "stop": 847267192
        },
        {
            "start": 847267548,
            "stop": 847269827
        },
        {
            "start": 847270673,
            "stop": 847272250
        },
        {
            "start": 847272655,
            "stop": 847272719
        }
    ]
}