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=7253
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=7254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7252",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7253,
    "results": [
        {
            "start": 874897058,
            "stop": 874897506
        },
        {
            "start": 874897507,
            "stop": 874898233
        },
        {
            "start": 874898234,
            "stop": 874898401
        },
        {
            "start": 874898402,
            "stop": 874898409
        },
        {
            "start": 874898411,
            "stop": 874898833
        },
        {
            "start": 874898834,
            "stop": 874899130
        },
        {
            "start": 874899131,
            "stop": 874899413
        },
        {
            "start": 874899414,
            "stop": 874899720
        },
        {
            "start": 874899722,
            "stop": 874899804
        },
        {
            "start": 874899806,
            "stop": 874900186
        },
        {
            "start": 874900187,
            "stop": 874900476
        },
        {
            "start": 874900477,
            "stop": 874900702
        },
        {
            "start": 874900703,
            "stop": 874901002
        },
        {
            "start": 874901003,
            "stop": 874901041
        },
        {
            "start": 874901042,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902008
        },
        {
            "start": 874902009,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902637
        },
        {
            "start": 874902638,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874903014
        }
    ]
}