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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 15,
    "results": [
        {
            "start": 1167654622,
            "stop": 1167656582
        },
        {
            "start": 1167656586,
            "stop": 1167657880
        },
        {
            "start": 1167657884,
            "stop": 1167660687
        },
        {
            "start": 1167660691,
            "stop": 1167662938
        },
        {
            "start": 1167662941,
            "stop": 1167662961
        },
        {
            "start": 1167662964,
            "stop": 1167662973
        },
        {
            "start": 1167662976,
            "stop": 1167665426
        },
        {
            "start": 1167666387,
            "stop": 1167669449
        },
        {
            "start": 1167669452,
            "stop": 1167669743
        },
        {
            "start": 1167669746,
            "stop": 1167670159
        },
        {
            "start": 1167680478,
            "stop": 1167680642
        },
        {
            "start": 1167682623,
            "stop": 1167682906
        },
        {
            "start": 1167682910,
            "stop": 1167686389
        },
        {
            "start": 1167686392,
            "stop": 1167686751
        },
        {
            "start": 1167686755,
            "stop": 1167687107
        },
        {
            "start": 1167687111,
            "stop": 1167687616
        },
        {
            "start": 1167687617,
            "stop": 1167689348
        },
        {
            "start": 1167689352,
            "stop": 1167689456
        },
        {
            "start": 1167689863,
            "stop": 1167692406
        },
        {
            "start": 1167692410,
            "stop": 1167700049
        }
    ]
}