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=7235
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=7236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7234",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7235,
    "results": [
        {
            "start": 874803721,
            "stop": 874803724
        },
        {
            "start": 874803727,
            "stop": 874803728
        },
        {
            "start": 874803730,
            "stop": 874803731
        },
        {
            "start": 874803733,
            "stop": 874803738
        },
        {
            "start": 874803740,
            "stop": 874803741
        },
        {
            "start": 874803743,
            "stop": 874803745
        },
        {
            "start": 874803747,
            "stop": 874803748
        },
        {
            "start": 874803750,
            "stop": 874803751
        },
        {
            "start": 874803753,
            "stop": 874803761
        },
        {
            "start": 874803763,
            "stop": 874803768
        },
        {
            "start": 874803769,
            "stop": 874803791
        },
        {
            "start": 874803793,
            "stop": 874803879
        },
        {
            "start": 874803880,
            "stop": 874804033
        },
        {
            "start": 874804034,
            "stop": 874804576
        },
        {
            "start": 874804577,
            "stop": 874804756
        },
        {
            "start": 874804757,
            "stop": 874804950
        },
        {
            "start": 874804952,
            "stop": 874805255
        },
        {
            "start": 874805256,
            "stop": 874805486
        },
        {
            "start": 874805487,
            "stop": 874805506
        },
        {
            "start": 874805507,
            "stop": 874805557
        }
    ]
}