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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3780",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3781,
    "results": [
        {
            "start": 874371000,
            "stop": 874371055
        },
        {
            "start": 874371072,
            "stop": 874371180
        },
        {
            "start": 874371240,
            "stop": 874371360
        },
        {
            "start": 874371420,
            "stop": 874371480
        },
        {
            "start": 874371540,
            "stop": 874371761
        },
        {
            "start": 874371764,
            "stop": 874371900
        },
        {
            "start": 874371960,
            "stop": 874372380
        },
        {
            "start": 874372440,
            "stop": 874374120
        },
        {
            "start": 874374180,
            "stop": 874374360
        },
        {
            "start": 874374420,
            "stop": 874374478
        },
        {
            "start": 874374600,
            "stop": 874374660
        },
        {
            "start": 874374780,
            "stop": 874375080
        },
        {
            "start": 874375140,
            "stop": 874376737
        },
        {
            "start": 874376754,
            "stop": 874377660
        },
        {
            "start": 874377720,
            "stop": 874380480
        },
        {
            "start": 874380540,
            "stop": 874381313
        },
        {
            "start": 874381330,
            "stop": 874391935
        },
        {
            "start": 874391952,
            "stop": 874394098
        },
        {
            "start": 874394115,
            "stop": 874395588
        },
        {
            "start": 874395610,
            "stop": 874397306
        }
    ]
}