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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=220",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 221,
    "results": [
        {
            "start": 845540743,
            "stop": 845540744
        },
        {
            "start": 845541540,
            "stop": 845547973
        },
        {
            "start": 845551888,
            "stop": 845556604
        },
        {
            "start": 845557310,
            "stop": 845575383
        },
        {
            "start": 845575523,
            "stop": 845575633
        },
        {
            "start": 845575668,
            "stop": 845575669
        },
        {
            "start": 845575778,
            "stop": 845620693
        },
        {
            "start": 845620706,
            "stop": 845620707
        },
        {
            "start": 845621440,
            "stop": 845623274
        },
        {
            "start": 845624118,
            "stop": 845638633
        },
        {
            "start": 845638677,
            "stop": 845638679
        },
        {
            "start": 845639686,
            "stop": 845648893
        },
        {
            "start": 845650377,
            "stop": 845650753
        },
        {
            "start": 845650777,
            "stop": 845650778
        },
        {
            "start": 845651953,
            "stop": 845657053
        },
        {
            "start": 845658884,
            "stop": 845659750
        },
        {
            "start": 845661088,
            "stop": 845661491
        },
        {
            "start": 845663045,
            "stop": 845665453
        },
        {
            "start": 845671745,
            "stop": 845675577
        },
        {
            "start": 845688080,
            "stop": 845707441
        }
    ]
}