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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=230",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 231,
    "results": [
        {
            "start": 847212153,
            "stop": 847219573
        },
        {
            "start": 847219590,
            "stop": 847219591
        },
        {
            "start": 847219822,
            "stop": 847220699
        },
        {
            "start": 847221543,
            "stop": 847222033
        },
        {
            "start": 847223012,
            "stop": 847224733
        },
        {
            "start": 847224748,
            "stop": 847224750
        },
        {
            "start": 847224929,
            "stop": 847225798
        },
        {
            "start": 847228458,
            "stop": 847237787
        },
        {
            "start": 847241610,
            "stop": 847243677
        },
        {
            "start": 847246800,
            "stop": 847247743
        },
        {
            "start": 847249142,
            "stop": 847254230
        },
        {
            "start": 847254446,
            "stop": 847267192
        },
        {
            "start": 847267548,
            "stop": 847269827
        },
        {
            "start": 847270673,
            "stop": 847272250
        },
        {
            "start": 847272655,
            "stop": 847272719
        },
        {
            "start": 847272987,
            "stop": 847273806
        },
        {
            "start": 847273968,
            "stop": 847274043
        },
        {
            "start": 847274420,
            "stop": 847278941
        },
        {
            "start": 847279103,
            "stop": 847279153
        },
        {
            "start": 847279173,
            "stop": 847279174
        }
    ]
}