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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=131",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 132,
    "results": [
        {
            "start": 818409083,
            "stop": 818409090
        },
        {
            "start": 818410639,
            "stop": 818416609
        },
        {
            "start": 818422070,
            "stop": 818422118
        },
        {
            "start": 818422126,
            "stop": 818422140
        },
        {
            "start": 818422147,
            "stop": 818422188
        },
        {
            "start": 818422195,
            "stop": 818422274
        },
        {
            "start": 818422281,
            "stop": 818422286
        },
        {
            "start": 818422301,
            "stop": 818422347
        },
        {
            "start": 818422361,
            "stop": 818422382
        },
        {
            "start": 818422392,
            "stop": 818422419
        },
        {
            "start": 818422427,
            "stop": 818426329
        },
        {
            "start": 818468830,
            "stop": 818469746
        },
        {
            "start": 818469775,
            "stop": 818470063
        },
        {
            "start": 818470091,
            "stop": 818471682
        },
        {
            "start": 818471710,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480353
        },
        {
            "start": 818491814,
            "stop": 818494648
        },
        {
            "start": 818494656,
            "stop": 818494681
        },
        {
            "start": 818494688,
            "stop": 818494722
        },
        {
            "start": 818494729,
            "stop": 818494830
        }
    ]
}