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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=240",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 241,
    "results": [
        {
            "start": 851278388,
            "stop": 851286648
        },
        {
            "start": 851288011,
            "stop": 851292345
        },
        {
            "start": 851294960,
            "stop": 851309387
        },
        {
            "start": 851310254,
            "stop": 851332033
        },
        {
            "start": 851333944,
            "stop": 851338602
        },
        {
            "start": 851340085,
            "stop": 851341125
        },
        {
            "start": 851343183,
            "stop": 851343913
        },
        {
            "start": 851344551,
            "stop": 851346969
        },
        {
            "start": 851347862,
            "stop": 851353960
        },
        {
            "start": 851354464,
            "stop": 851362633
        },
        {
            "start": 851364024,
            "stop": 851366109
        },
        {
            "start": 851366140,
            "stop": 851369214
        },
        {
            "start": 851374508,
            "stop": 851388390
        },
        {
            "start": 851389234,
            "stop": 851395786
        },
        {
            "start": 851396431,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851408053
        },
        {
            "start": 851408761,
            "stop": 851464213
        },
        {
            "start": 851468405,
            "stop": 851513353
        },
        {
            "start": 851515688,
            "stop": 851519953
        },
        {
            "start": 851521894,
            "stop": 851522113
        }
    ]
}