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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 251,
    "results": [
        {
            "start": 1174023658,
            "stop": 1174024454
        },
        {
            "start": 1174024458,
            "stop": 1174024571
        },
        {
            "start": 1174024573,
            "stop": 1174025539
        },
        {
            "start": 1174025542,
            "stop": 1174026299
        },
        {
            "start": 1174026301,
            "stop": 1174027257
        },
        {
            "start": 1174027259,
            "stop": 1174028328
        },
        {
            "start": 1174028332,
            "stop": 1174028388
        },
        {
            "start": 1174028390,
            "stop": 1174029363
        },
        {
            "start": 1174029365,
            "stop": 1174030580
        },
        {
            "start": 1174030582,
            "stop": 1174031893
        },
        {
            "start": 1174031895,
            "stop": 1174033175
        },
        {
            "start": 1174033177,
            "stop": 1174034520
        },
        {
            "start": 1174034522,
            "stop": 1174035503
        },
        {
            "start": 1174035505,
            "stop": 1174036454
        },
        {
            "start": 1174036456,
            "stop": 1174037394
        },
        {
            "start": 1174037396,
            "stop": 1174038141
        },
        {
            "start": 1174038145,
            "stop": 1174038678
        },
        {
            "start": 1174038680,
            "stop": 1174039520
        },
        {
            "start": 1174039522,
            "stop": 1174039550
        },
        {
            "start": 1174039554,
            "stop": 1174040606
        }
    ]
}