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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 161,
    "results": [
        {
            "start": 1239621922,
            "stop": 1239621927
        },
        {
            "start": 1239621928,
            "stop": 1239622527
        },
        {
            "start": 1239622528,
            "stop": 1239622888
        },
        {
            "start": 1239622893,
            "stop": 1239623107
        },
        {
            "start": 1239623108,
            "stop": 1239623493
        },
        {
            "start": 1239623496,
            "stop": 1239623727
        },
        {
            "start": 1239623728,
            "stop": 1239624327
        },
        {
            "start": 1239624328,
            "stop": 1239624907
        },
        {
            "start": 1239624908,
            "stop": 1239625361
        },
        {
            "start": 1239625364,
            "stop": 1239625527
        },
        {
            "start": 1239625528,
            "stop": 1239626085
        },
        {
            "start": 1239626089,
            "stop": 1239626127
        },
        {
            "start": 1239626128,
            "stop": 1239626663
        },
        {
            "start": 1239626668,
            "stop": 1239626727
        },
        {
            "start": 1239626728,
            "stop": 1239627222
        },
        {
            "start": 1239627226,
            "stop": 1239627307
        },
        {
            "start": 1239627308,
            "stop": 1239627927
        },
        {
            "start": 1239627928,
            "stop": 1239628047
        },
        {
            "start": 1239628052,
            "stop": 1239628055
        },
        {
            "start": 1239628065,
            "stop": 1239628449
        }
    ]
}