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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16668",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16669,
    "results": [
        {
            "start": 874883834,
            "stop": 874884116
        },
        {
            "start": 874884118,
            "stop": 874884160
        },
        {
            "start": 874884161,
            "stop": 874884205
        },
        {
            "start": 874884206,
            "stop": 874884378
        },
        {
            "start": 874884379,
            "stop": 874884742
        },
        {
            "start": 874884744,
            "stop": 874884858
        },
        {
            "start": 874884859,
            "stop": 874884977
        },
        {
            "start": 874884980,
            "stop": 874885012
        },
        {
            "start": 874885013,
            "stop": 874885063
        },
        {
            "start": 874885064,
            "stop": 874885072
        },
        {
            "start": 874885075,
            "stop": 874885353
        },
        {
            "start": 874885354,
            "stop": 874885536
        },
        {
            "start": 874885538,
            "stop": 874885622
        },
        {
            "start": 874885623,
            "stop": 874885705
        },
        {
            "start": 874885706,
            "stop": 874885899
        },
        {
            "start": 874885901,
            "stop": 874886088
        },
        {
            "start": 874886089,
            "stop": 874886209
        },
        {
            "start": 874886210,
            "stop": 874886522
        },
        {
            "start": 874886526,
            "stop": 874886674
        },
        {
            "start": 874886678,
            "stop": 874887258
        }
    ]
}