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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 2,
    "results": [
        {
            "start": 931052869,
            "stop": 931052870
        },
        {
            "start": 931052872,
            "stop": 931052875
        },
        {
            "start": 931052881,
            "stop": 931052882
        },
        {
            "start": 931052885,
            "stop": 931052886
        },
        {
            "start": 931052888,
            "stop": 931052890
        },
        {
            "start": 931052891,
            "stop": 931052899
        },
        {
            "start": 931052900,
            "stop": 931052902
        },
        {
            "start": 931052906,
            "stop": 931052907
        },
        {
            "start": 931052908,
            "stop": 931052909
        },
        {
            "start": 931052913,
            "stop": 931052916
        },
        {
            "start": 931052919,
            "stop": 931052920
        },
        {
            "start": 931052923,
            "stop": 931052928
        },
        {
            "start": 931052929,
            "stop": 931052937
        },
        {
            "start": 931052939,
            "stop": 931052943
        },
        {
            "start": 931052944,
            "stop": 931052945
        },
        {
            "start": 931052947,
            "stop": 931052953
        },
        {
            "start": 931052954,
            "stop": 931052957
        },
        {
            "start": 931052958,
            "stop": 931052959
        },
        {
            "start": 931052962,
            "stop": 931052963
        },
        {
            "start": 931052964,
            "stop": 931052965
        }
    ]
}