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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=71",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 72,
    "results": [
        {
            "start": 821365807,
            "stop": 821365817
        },
        {
            "start": 821365820,
            "stop": 821365953
        },
        {
            "start": 821365956,
            "stop": 821366035
        },
        {
            "start": 821366040,
            "stop": 821366104
        },
        {
            "start": 821366107,
            "stop": 821366238
        },
        {
            "start": 821366241,
            "stop": 821366248
        },
        {
            "start": 821366251,
            "stop": 821366276
        },
        {
            "start": 821366279,
            "stop": 821366395
        },
        {
            "start": 821366398,
            "stop": 821366514
        },
        {
            "start": 821366517,
            "stop": 821366949
        },
        {
            "start": 821366952,
            "stop": 821366956
        },
        {
            "start": 821366959,
            "stop": 821367080
        },
        {
            "start": 821367083,
            "stop": 821367142
        },
        {
            "start": 821367145,
            "stop": 821367178
        },
        {
            "start": 821367181,
            "stop": 821367236
        },
        {
            "start": 821367239,
            "stop": 821367373
        },
        {
            "start": 821367379,
            "stop": 821367547
        },
        {
            "start": 821367550,
            "stop": 821367574
        },
        {
            "start": 821367577,
            "stop": 821367613
        },
        {
            "start": 821367616,
            "stop": 821367627
        }
    ]
}