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=7255
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=7256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7254",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7255,
    "results": [
        {
            "start": 874903805,
            "stop": 874903823
        },
        {
            "start": 874903828,
            "stop": 874904287
        },
        {
            "start": 874904288,
            "stop": 874904405
        },
        {
            "start": 874904406,
            "stop": 874904579
        },
        {
            "start": 874904581,
            "stop": 874904605
        },
        {
            "start": 874904607,
            "stop": 874905154
        },
        {
            "start": 874905155,
            "stop": 874905908
        },
        {
            "start": 874905909,
            "stop": 874906275
        },
        {
            "start": 874906276,
            "stop": 874906295
        },
        {
            "start": 874906297,
            "stop": 874906715
        },
        {
            "start": 874906716,
            "stop": 874907418
        },
        {
            "start": 874907419,
            "stop": 874908024
        },
        {
            "start": 874908025,
            "stop": 874908169
        },
        {
            "start": 874908171,
            "stop": 874908175
        },
        {
            "start": 874908176,
            "stop": 874908295
        },
        {
            "start": 874908296,
            "stop": 874908721
        },
        {
            "start": 874908722,
            "stop": 874909142
        },
        {
            "start": 874909143,
            "stop": 874909651
        },
        {
            "start": 874909652,
            "stop": 874909743
        },
        {
            "start": 874909744,
            "stop": 874909807
        }
    ]
}