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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 118,
    "results": [
        {
            "start": 1372259682,
            "stop": 1372260696
        },
        {
            "start": 1372260698,
            "stop": 1372261313
        },
        {
            "start": 1372261317,
            "stop": 1372267810
        },
        {
            "start": 1372267811,
            "stop": 1372270107
        },
        {
            "start": 1372270108,
            "stop": 1372270464
        },
        {
            "start": 1372270469,
            "stop": 1372271371
        },
        {
            "start": 1372271374,
            "stop": 1372272302
        },
        {
            "start": 1372272303,
            "stop": 1372273130
        },
        {
            "start": 1372273132,
            "stop": 1372273303
        },
        {
            "start": 1372273305,
            "stop": 1372273555
        },
        {
            "start": 1372273557,
            "stop": 1372274942
        },
        {
            "start": 1372274943,
            "stop": 1372275163
        },
        {
            "start": 1372275166,
            "stop": 1372276671
        },
        {
            "start": 1372276673,
            "stop": 1372276825
        },
        {
            "start": 1372276826,
            "stop": 1372278342
        },
        {
            "start": 1372278343,
            "stop": 1372279090
        },
        {
            "start": 1372279092,
            "stop": 1372279547
        },
        {
            "start": 1372279549,
            "stop": 1372280295
        },
        {
            "start": 1372280297,
            "stop": 1372280499
        },
        {
            "start": 1372280501,
            "stop": 1372281195
        }
    ]
}