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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=109",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 110,
    "results": [
        {
            "start": 931093087,
            "stop": 931093089
        },
        {
            "start": 931093091,
            "stop": 931093101
        },
        {
            "start": 931093102,
            "stop": 931093105
        },
        {
            "start": 931093106,
            "stop": 931093111
        },
        {
            "start": 931093112,
            "stop": 931093113
        },
        {
            "start": 931093114,
            "stop": 931093115
        },
        {
            "start": 931093119,
            "stop": 931093120
        },
        {
            "start": 931093124,
            "stop": 931093129
        },
        {
            "start": 931093130,
            "stop": 931093131
        },
        {
            "start": 931093132,
            "stop": 931093133
        },
        {
            "start": 931093135,
            "stop": 931093142
        },
        {
            "start": 931093143,
            "stop": 931093144
        },
        {
            "start": 931093147,
            "stop": 931093148
        },
        {
            "start": 931093150,
            "stop": 931093151
        },
        {
            "start": 931093153,
            "stop": 931093154
        },
        {
            "start": 931093156,
            "stop": 931093161
        },
        {
            "start": 931093163,
            "stop": 931093164
        },
        {
            "start": 931093165,
            "stop": 931093167
        },
        {
            "start": 931093168,
            "stop": 931093170
        },
        {
            "start": 931093173,
            "stop": 931093175
        }
    ]
}