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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=131",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 132,
    "results": [
        {
            "start": 828309195,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828313693
        },
        {
            "start": 828314742,
            "stop": 828335202
        },
        {
            "start": 828335210,
            "stop": 828336189
        },
        {
            "start": 828336199,
            "stop": 828336778
        },
        {
            "start": 828336782,
            "stop": 828337039
        },
        {
            "start": 828337091,
            "stop": 828339878
        },
        {
            "start": 828339882,
            "stop": 828342243
        },
        {
            "start": 828342257,
            "stop": 828345041
        },
        {
            "start": 828346250,
            "stop": 828347353
        },
        {
            "start": 828348780,
            "stop": 828361813
        },
        {
            "start": 828362372,
            "stop": 828364468
        },
        {
            "start": 828364564,
            "stop": 828366253
        },
        {
            "start": 828366279,
            "stop": 828366280
        },
        {
            "start": 828366338,
            "stop": 828366673
        },
        {
            "start": 828366675,
            "stop": 828366677
        },
        {
            "start": 828366755,
            "stop": 828366853
        },
        {
            "start": 828367155,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380413
        },
        {
            "start": 828381717,
            "stop": 828382813
        }
    ]
}