Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=101
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 101,
    "results": [
        {
            "start": 1238533801,
            "stop": 1238534061
        },
        {
            "start": 1238534069,
            "stop": 1238534161
        },
        {
            "start": 1238534164,
            "stop": 1238534257
        },
        {
            "start": 1238534261,
            "stop": 1238534269
        },
        {
            "start": 1238534271,
            "stop": 1238534397
        },
        {
            "start": 1238534400,
            "stop": 1238534441
        },
        {
            "start": 1238534445,
            "stop": 1238534451
        },
        {
            "start": 1238534454,
            "stop": 1238534923
        },
        {
            "start": 1238534926,
            "stop": 1238535412
        },
        {
            "start": 1238535416,
            "stop": 1238535449
        },
        {
            "start": 1238535454,
            "stop": 1238535457
        },
        {
            "start": 1238535462,
            "stop": 1238535861
        },
        {
            "start": 1238535866,
            "stop": 1238535869
        },
        {
            "start": 1238535874,
            "stop": 1238535880
        },
        {
            "start": 1238542865,
            "stop": 1238542989
        },
        {
            "start": 1238542991,
            "stop": 1238543113
        },
        {
            "start": 1238543116,
            "stop": 1238543523
        },
        {
            "start": 1238543527,
            "stop": 1238543687
        },
        {
            "start": 1238543691,
            "stop": 1238543883
        },
        {
            "start": 1238543888,
            "stop": 1238544021
        }
    ]
}