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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2139",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2140,
    "results": [
        {
            "start": 867773625,
            "stop": 867774880
        },
        {
            "start": 867774990,
            "stop": 867775239
        },
        {
            "start": 867775356,
            "stop": 867776236
        },
        {
            "start": 867776741,
            "stop": 867777490
        },
        {
            "start": 867777600,
            "stop": 867777908
        },
        {
            "start": 867778208,
            "stop": 867779566
        },
        {
            "start": 867779866,
            "stop": 867780605
        },
        {
            "start": 867780610,
            "stop": 867782498
        },
        {
            "start": 867789370,
            "stop": 867789499
        },
        {
            "start": 867789832,
            "stop": 867791003
        },
        {
            "start": 867791113,
            "stop": 867791233
        },
        {
            "start": 867791533,
            "stop": 867795340
        },
        {
            "start": 867797133,
            "stop": 867797223
        },
        {
            "start": 867797333,
            "stop": 867797513
        },
        {
            "start": 867797813,
            "stop": 867806247
        },
        {
            "start": 867806253,
            "stop": 867806260
        },
        {
            "start": 867806265,
            "stop": 867806280
        },
        {
            "start": 867806288,
            "stop": 867806294
        },
        {
            "start": 867806296,
            "stop": 867806350
        },
        {
            "start": 867806355,
            "stop": 867815999
        }
    ]
}