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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 145,
    "results": [
        {
            "start": 1239721878,
            "stop": 1239721943
        },
        {
            "start": 1239721944,
            "stop": 1239722195
        },
        {
            "start": 1239722196,
            "stop": 1239722450
        },
        {
            "start": 1239722451,
            "stop": 1239722474
        },
        {
            "start": 1239722476,
            "stop": 1239722604
        },
        {
            "start": 1239722605,
            "stop": 1239722612
        },
        {
            "start": 1239722613,
            "stop": 1239723334
        },
        {
            "start": 1239723335,
            "stop": 1239723514
        },
        {
            "start": 1239723515,
            "stop": 1239723522
        },
        {
            "start": 1239723525,
            "stop": 1239723526
        },
        {
            "start": 1239723527,
            "stop": 1239724275
        },
        {
            "start": 1239724276,
            "stop": 1239724550
        },
        {
            "start": 1239724553,
            "stop": 1239724608
        },
        {
            "start": 1239724610,
            "stop": 1239725226
        },
        {
            "start": 1239725227,
            "stop": 1239725478
        },
        {
            "start": 1239725481,
            "stop": 1239725580
        },
        {
            "start": 1239725581,
            "stop": 1239725992
        },
        {
            "start": 1239725995,
            "stop": 1239726069
        },
        {
            "start": 1239726377,
            "stop": 1239726440
        },
        {
            "start": 1239726441,
            "stop": 1239726626
        }
    ]
}