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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=124",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 125,
    "results": [
        {
            "start": 848782558,
            "stop": 848795928
        },
        {
            "start": 848800268,
            "stop": 848812611
        },
        {
            "start": 848812699,
            "stop": 848816822
        },
        {
            "start": 848818004,
            "stop": 848855650
        },
        {
            "start": 848859992,
            "stop": 848865372
        },
        {
            "start": 848867140,
            "stop": 848868890
        },
        {
            "start": 848869249,
            "stop": 848877002
        },
        {
            "start": 848877672,
            "stop": 848878307
        },
        {
            "start": 848884452,
            "stop": 848896841
        },
        {
            "start": 848898696,
            "stop": 848918520
        },
        {
            "start": 848918825,
            "stop": 848922367
        },
        {
            "start": 848923694,
            "stop": 848944323
        },
        {
            "start": 848946095,
            "stop": 848963728
        },
        {
            "start": 848964800,
            "stop": 849018050
        },
        {
            "start": 849018153,
            "stop": 849031846
        },
        {
            "start": 849031895,
            "stop": 849035127
        },
        {
            "start": 849036863,
            "stop": 849050348
        },
        {
            "start": 849051649,
            "stop": 849053477
        },
        {
            "start": 849055033,
            "stop": 849089078
        },
        {
            "start": 849089220,
            "stop": 849112179
        }
    ]
}