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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10240",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10241,
    "results": [
        {
            "start": 874479940,
            "stop": 874479960
        },
        {
            "start": 874480581,
            "stop": 874480666
        },
        {
            "start": 874480711,
            "stop": 874480802
        },
        {
            "start": 874480838,
            "stop": 874480943
        },
        {
            "start": 874480982,
            "stop": 874481150
        },
        {
            "start": 874481288,
            "stop": 874481289
        },
        {
            "start": 874481343,
            "stop": 874481433
        },
        {
            "start": 874481469,
            "stop": 874482114
        },
        {
            "start": 874482131,
            "stop": 874482356
        },
        {
            "start": 874482392,
            "stop": 874482441
        },
        {
            "start": 874482477,
            "stop": 874483356
        },
        {
            "start": 874483392,
            "stop": 874483937
        },
        {
            "start": 874483954,
            "stop": 874485660
        },
        {
            "start": 874485780,
            "stop": 874485840
        },
        {
            "start": 874485900,
            "stop": 874486037
        },
        {
            "start": 874486044,
            "stop": 874486080
        },
        {
            "start": 874486140,
            "stop": 874486320
        },
        {
            "start": 874486380,
            "stop": 874486440
        },
        {
            "start": 874486500,
            "stop": 874486800
        },
        {
            "start": 874486980,
            "stop": 874488090
        }
    ]
}