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=7254
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=7255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7253",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7254,
    "results": [
        {
            "start": 874903015,
            "stop": 874903016
        },
        {
            "start": 874903018,
            "stop": 874903219
        },
        {
            "start": 874903221,
            "stop": 874903347
        },
        {
            "start": 874903348,
            "stop": 874903582
        },
        {
            "start": 874903583,
            "stop": 874903611
        },
        {
            "start": 874903613,
            "stop": 874903615
        },
        {
            "start": 874903617,
            "stop": 874903620
        },
        {
            "start": 874903621,
            "stop": 874903623
        },
        {
            "start": 874903624,
            "stop": 874903632
        },
        {
            "start": 874903634,
            "stop": 874903636
        },
        {
            "start": 874903638,
            "stop": 874903639
        },
        {
            "start": 874903641,
            "stop": 874903642
        },
        {
            "start": 874903644,
            "stop": 874903646
        },
        {
            "start": 874903648,
            "stop": 874903649
        },
        {
            "start": 874903651,
            "stop": 874903653
        },
        {
            "start": 874903654,
            "stop": 874903682
        },
        {
            "start": 874903683,
            "stop": 874903685
        },
        {
            "start": 874903686,
            "stop": 874903797
        },
        {
            "start": 874903798,
            "stop": 874903799
        },
        {
            "start": 874903800,
            "stop": 874903803
        }
    ]
}