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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=32",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 33,
    "results": [
        {
            "start": 819424973,
            "stop": 819468371
        },
        {
            "start": 819468748,
            "stop": 819480732
        },
        {
            "start": 819486095,
            "stop": 819515372
        },
        {
            "start": 819515375,
            "stop": 819555904
        },
        {
            "start": 819557861,
            "stop": 819560053
        },
        {
            "start": 819560225,
            "stop": 819573177
        },
        {
            "start": 819574106,
            "stop": 819579897
        },
        {
            "start": 819580664,
            "stop": 819600193
        },
        {
            "start": 819601648,
            "stop": 819604093
        },
        {
            "start": 819605130,
            "stop": 819640813
        },
        {
            "start": 819642439,
            "stop": 819656602
        },
        {
            "start": 819656712,
            "stop": 819657009
        },
        {
            "start": 819659384,
            "stop": 819661316
        },
        {
            "start": 819662144,
            "stop": 819673745
        },
        {
            "start": 819673746,
            "stop": 819675538
        },
        {
            "start": 819675541,
            "stop": 819676761
        },
        {
            "start": 819676764,
            "stop": 819676949
        },
        {
            "start": 819676952,
            "stop": 819677242
        },
        {
            "start": 819677245,
            "stop": 819678834
        },
        {
            "start": 819678837,
            "stop": 819697618
        }
    ]
}