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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 43,
    "results": [
        {
            "start": 1401166170,
            "stop": 1401171285
        },
        {
            "start": 1401171289,
            "stop": 1401177105
        },
        {
            "start": 1401177110,
            "stop": 1401189563
        },
        {
            "start": 1401189567,
            "stop": 1401194735
        },
        {
            "start": 1401194740,
            "stop": 1401197001
        },
        {
            "start": 1401197005,
            "stop": 1401200052
        },
        {
            "start": 1401200055,
            "stop": 1401200655
        },
        {
            "start": 1401200658,
            "stop": 1401202930
        },
        {
            "start": 1401202935,
            "stop": 1401204054
        },
        {
            "start": 1401204059,
            "stop": 1401207580
        },
        {
            "start": 1401222963,
            "stop": 1401224744
        },
        {
            "start": 1401224748,
            "stop": 1401241796
        },
        {
            "start": 1401246493,
            "stop": 1401255968
        },
        {
            "start": 1401255972,
            "stop": 1401257125
        },
        {
            "start": 1401257127,
            "stop": 1401270240
        },
        {
            "start": 1401270243,
            "stop": 1401282646
        },
        {
            "start": 1401282649,
            "stop": 1401285989
        },
        {
            "start": 1401285992,
            "stop": 1401295878
        },
        {
            "start": 1401295879,
            "stop": 1401296977
        },
        {
            "start": 1401296981,
            "stop": 1401301597
        }
    ]
}