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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 308,
    "results": [
        {
            "start": 1240193977,
            "stop": 1240194065
        },
        {
            "start": 1240194066,
            "stop": 1240194185
        },
        {
            "start": 1240194186,
            "stop": 1240194305
        },
        {
            "start": 1240194306,
            "stop": 1240194425
        },
        {
            "start": 1240194426,
            "stop": 1240194545
        },
        {
            "start": 1240194546,
            "stop": 1240194665
        },
        {
            "start": 1240194666,
            "stop": 1240194785
        },
        {
            "start": 1240194786,
            "stop": 1240194905
        },
        {
            "start": 1240194906,
            "stop": 1240195025
        },
        {
            "start": 1240195026,
            "stop": 1240195145
        },
        {
            "start": 1240195146,
            "stop": 1240195265
        },
        {
            "start": 1240195266,
            "stop": 1240195385
        },
        {
            "start": 1240195386,
            "stop": 1240195505
        },
        {
            "start": 1240195506,
            "stop": 1240195625
        },
        {
            "start": 1240195626,
            "stop": 1240195745
        },
        {
            "start": 1240195746,
            "stop": 1240195865
        },
        {
            "start": 1240195866,
            "stop": 1240195985
        },
        {
            "start": 1240195986,
            "stop": 1240196105
        },
        {
            "start": 1240196106,
            "stop": 1240196225
        },
        {
            "start": 1240196226,
            "stop": 1240196345
        }
    ]
}