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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=21",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 22,
    "results": [
        {
            "start": 1248112047,
            "stop": 1248121393
        },
        {
            "start": 1248132101,
            "stop": 1248166473
        },
        {
            "start": 1248174783,
            "stop": 1248190587
        },
        {
            "start": 1248200538,
            "stop": 1248222434
        },
        {
            "start": 1248227074,
            "stop": 1248256984
        },
        {
            "start": 1248257434,
            "stop": 1248257699
        },
        {
            "start": 1248257812,
            "stop": 1248293660
        },
        {
            "start": 1248301517,
            "stop": 1248311220
        },
        {
            "start": 1248311460,
            "stop": 1248311940
        },
        {
            "start": 1248312000,
            "stop": 1248312180
        },
        {
            "start": 1248312600,
            "stop": 1248312660
        },
        {
            "start": 1248312840,
            "stop": 1248313380
        },
        {
            "start": 1248313440,
            "stop": 1248314100
        },
        {
            "start": 1248314160,
            "stop": 1248316295
        },
        {
            "start": 1248324915,
            "stop": 1248325740
        },
        {
            "start": 1248325980,
            "stop": 1248326280
        },
        {
            "start": 1248326340,
            "stop": 1248326640
        },
        {
            "start": 1248326700,
            "stop": 1248326760
        },
        {
            "start": 1248327180,
            "stop": 1248347145
        },
        {
            "start": 1248357903,
            "stop": 1248428214
        }
    ]
}