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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1387",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1385",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1386,
    "results": [
        {
            "start": 968984049,
            "stop": 968985228
        },
        {
            "start": 968985229,
            "stop": 968985362
        },
        {
            "start": 968986076,
            "stop": 968987081
        },
        {
            "start": 968988197,
            "stop": 968990685
        },
        {
            "start": 968990687,
            "stop": 969000419
        },
        {
            "start": 969000420,
            "stop": 969004306
        },
        {
            "start": 969004308,
            "stop": 969019209
        },
        {
            "start": 969019211,
            "stop": 969019212
        },
        {
            "start": 969020001,
            "stop": 969023458
        },
        {
            "start": 969024570,
            "stop": 969025178
        },
        {
            "start": 969025180,
            "stop": 969027655
        },
        {
            "start": 969028336,
            "stop": 969030868
        },
        {
            "start": 969031793,
            "stop": 969033842
        },
        {
            "start": 969033843,
            "stop": 969034049
        },
        {
            "start": 969034050,
            "stop": 969035305
        },
        {
            "start": 969035858,
            "stop": 969037230
        },
        {
            "start": 969037231,
            "stop": 969037642
        },
        {
            "start": 969037643,
            "stop": 969037723
        },
        {
            "start": 969037724,
            "stop": 969043724
        },
        {
            "start": 969043725,
            "stop": 969045145
        }
    ]
}