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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=322",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 323,
    "results": [
        {
            "start": 844110137,
            "stop": 844111382
        },
        {
            "start": 844111482,
            "stop": 844114278
        },
        {
            "start": 844117025,
            "stop": 844118742
        },
        {
            "start": 844121490,
            "stop": 844123276
        },
        {
            "start": 844123560,
            "stop": 844127279
        },
        {
            "start": 844128343,
            "stop": 844135784
        },
        {
            "start": 844136560,
            "stop": 844140197
        },
        {
            "start": 844140199,
            "stop": 844143838
        },
        {
            "start": 844143839,
            "stop": 844147555
        },
        {
            "start": 844147557,
            "stop": 844153422
        },
        {
            "start": 844153707,
            "stop": 844154086
        },
        {
            "start": 844154805,
            "stop": 844167909
        },
        {
            "start": 844167911,
            "stop": 844167920
        },
        {
            "start": 844167921,
            "stop": 844167963
        },
        {
            "start": 844169329,
            "stop": 844171537
        },
        {
            "start": 844171539,
            "stop": 844176267
        },
        {
            "start": 844176268,
            "stop": 844177075
        },
        {
            "start": 844178246,
            "stop": 844178601
        },
        {
            "start": 844178603,
            "stop": 844183773
        },
        {
            "start": 844186788,
            "stop": 844186789
        }
    ]
}