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=7293
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=7294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7292",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7293,
    "results": [
        {
            "start": 875054966,
            "stop": 875055467
        },
        {
            "start": 875055468,
            "stop": 875055560
        },
        {
            "start": 875055561,
            "stop": 875055702
        },
        {
            "start": 875055703,
            "stop": 875055723
        },
        {
            "start": 875055725,
            "stop": 875055992
        },
        {
            "start": 875055993,
            "stop": 875056048
        },
        {
            "start": 875058161,
            "stop": 875058376
        },
        {
            "start": 875058377,
            "stop": 875058591
        },
        {
            "start": 875058592,
            "stop": 875058977
        },
        {
            "start": 875058978,
            "stop": 875059010
        },
        {
            "start": 875059011,
            "stop": 875059491
        },
        {
            "start": 875059492,
            "stop": 875059726
        },
        {
            "start": 875059727,
            "stop": 875060626
        },
        {
            "start": 875060628,
            "stop": 875060719
        },
        {
            "start": 875060720,
            "stop": 875061158
        },
        {
            "start": 875061159,
            "stop": 875061169
        },
        {
            "start": 875061170,
            "stop": 875061268
        },
        {
            "start": 875061269,
            "stop": 875061634
        },
        {
            "start": 875061635,
            "stop": 875061653
        },
        {
            "start": 875061654,
            "stop": 875061665
        }
    ]
}