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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=196",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 197,
    "results": [
        {
            "start": 1240135747,
            "stop": 1240135866
        },
        {
            "start": 1240135867,
            "stop": 1240135986
        },
        {
            "start": 1240135987,
            "stop": 1240136106
        },
        {
            "start": 1240136107,
            "stop": 1240136226
        },
        {
            "start": 1240136227,
            "stop": 1240136346
        },
        {
            "start": 1240136347,
            "stop": 1240136466
        },
        {
            "start": 1240136467,
            "stop": 1240136586
        },
        {
            "start": 1240136587,
            "stop": 1240136706
        },
        {
            "start": 1240136707,
            "stop": 1240136826
        },
        {
            "start": 1240136827,
            "stop": 1240136946
        },
        {
            "start": 1240136947,
            "stop": 1240137066
        },
        {
            "start": 1240137067,
            "stop": 1240137186
        },
        {
            "start": 1240137187,
            "stop": 1240137306
        },
        {
            "start": 1240137307,
            "stop": 1240137426
        },
        {
            "start": 1240137427,
            "stop": 1240137546
        },
        {
            "start": 1240137547,
            "stop": 1240137666
        },
        {
            "start": 1240137667,
            "stop": 1240137786
        },
        {
            "start": 1240137787,
            "stop": 1240137906
        },
        {
            "start": 1240137907,
            "stop": 1240138026
        },
        {
            "start": 1240138027,
            "stop": 1240138146
        }
    ]
}