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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 241,
    "results": [
        {
            "start": 1173829049,
            "stop": 1173829480
        },
        {
            "start": 1173829482,
            "stop": 1173830869
        },
        {
            "start": 1173830873,
            "stop": 1173831145
        },
        {
            "start": 1173831147,
            "stop": 1173832334
        },
        {
            "start": 1173832336,
            "stop": 1173833200
        },
        {
            "start": 1173833202,
            "stop": 1173833744
        },
        {
            "start": 1173833747,
            "stop": 1173833955
        },
        {
            "start": 1173833957,
            "stop": 1173834899
        },
        {
            "start": 1173834901,
            "stop": 1173835776
        },
        {
            "start": 1173835778,
            "stop": 1173836668
        },
        {
            "start": 1173836670,
            "stop": 1173837291
        },
        {
            "start": 1173837293,
            "stop": 1173837936
        },
        {
            "start": 1173837938,
            "stop": 1173838625
        },
        {
            "start": 1173838627,
            "stop": 1173839583
        },
        {
            "start": 1173839585,
            "stop": 1173840311
        },
        {
            "start": 1173840313,
            "stop": 1173841219
        },
        {
            "start": 1173841221,
            "stop": 1173842050
        },
        {
            "start": 1173842052,
            "stop": 1173843048
        },
        {
            "start": 1173843050,
            "stop": 1173843979
        },
        {
            "start": 1173843981,
            "stop": 1173843999
        }
    ]
}