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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=347",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 348,
    "results": [
        {
            "start": 846735644,
            "stop": 846741549
        },
        {
            "start": 846741551,
            "stop": 846743869
        },
        {
            "start": 846744955,
            "stop": 846751990
        },
        {
            "start": 846753311,
            "stop": 846758814
        },
        {
            "start": 846758816,
            "stop": 846768636
        },
        {
            "start": 846768637,
            "stop": 846782035
        },
        {
            "start": 846782591,
            "stop": 846786184
        },
        {
            "start": 846787150,
            "stop": 846789384
        },
        {
            "start": 846789386,
            "stop": 846798621
        },
        {
            "start": 846798623,
            "stop": 846806734
        },
        {
            "start": 846806736,
            "stop": 846807059
        },
        {
            "start": 846807679,
            "stop": 846810297
        },
        {
            "start": 846810299,
            "stop": 846822720
        },
        {
            "start": 846822722,
            "stop": 846833786
        },
        {
            "start": 846834534,
            "stop": 846842233
        },
        {
            "start": 846843420,
            "stop": 846843790
        },
        {
            "start": 846844899,
            "stop": 846854279
        },
        {
            "start": 846854281,
            "stop": 846855182
        },
        {
            "start": 846857843,
            "stop": 846871445
        },
        {
            "start": 846871726,
            "stop": 846874438
        }
    ]
}