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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=110",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 111,
    "results": [
        {
            "start": 931093176,
            "stop": 931093180
        },
        {
            "start": 931093181,
            "stop": 931093183
        },
        {
            "start": 931093186,
            "stop": 931093189
        },
        {
            "start": 931093190,
            "stop": 931093191
        },
        {
            "start": 931093192,
            "stop": 931093194
        },
        {
            "start": 931093199,
            "stop": 931093203
        },
        {
            "start": 931093206,
            "stop": 931093209
        },
        {
            "start": 931093210,
            "stop": 931093211
        },
        {
            "start": 931093213,
            "stop": 931093215
        },
        {
            "start": 931093577,
            "stop": 931093586
        },
        {
            "start": 931093587,
            "stop": 931093588
        },
        {
            "start": 931093589,
            "stop": 931093591
        },
        {
            "start": 931093592,
            "stop": 931093595
        },
        {
            "start": 931093597,
            "stop": 931093600
        },
        {
            "start": 931093601,
            "stop": 931093603
        },
        {
            "start": 931093604,
            "stop": 931093605
        },
        {
            "start": 931093606,
            "stop": 931093607
        },
        {
            "start": 931093609,
            "stop": 931093610
        },
        {
            "start": 931093611,
            "stop": 931093621
        },
        {
            "start": 931093622,
            "stop": 931093631
        }
    ]
}