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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6047",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6048,
    "results": [
        {
            "start": 873735181,
            "stop": 873735458
        },
        {
            "start": 873735459,
            "stop": 873736146
        },
        {
            "start": 873736147,
            "stop": 873736201
        },
        {
            "start": 873736202,
            "stop": 873736565
        },
        {
            "start": 873736566,
            "stop": 873736711
        },
        {
            "start": 873736712,
            "stop": 873737178
        },
        {
            "start": 873737179,
            "stop": 873738266
        },
        {
            "start": 873738268,
            "stop": 873738986
        },
        {
            "start": 873738989,
            "stop": 873739548
        },
        {
            "start": 873739552,
            "stop": 873739566
        },
        {
            "start": 873739569,
            "stop": 873739602
        },
        {
            "start": 873739605,
            "stop": 873739877
        },
        {
            "start": 873739878,
            "stop": 873740059
        },
        {
            "start": 873740060,
            "stop": 873740258
        },
        {
            "start": 873740260,
            "stop": 873740567
        },
        {
            "start": 873740570,
            "stop": 873740584
        },
        {
            "start": 873740585,
            "stop": 873740768
        },
        {
            "start": 873740770,
            "stop": 873740842
        },
        {
            "start": 873740844,
            "stop": 873740855
        },
        {
            "start": 873740856,
            "stop": 873740860
        }
    ]
}