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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=8",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 9,
    "results": [
        {
            "start": 1128438178,
            "stop": 1128444240
        },
        {
            "start": 1128445225,
            "stop": 1128459298
        },
        {
            "start": 1128465133,
            "stop": 1128466256
        },
        {
            "start": 1128466792,
            "stop": 1128467812
        },
        {
            "start": 1128467813,
            "stop": 1128490116
        },
        {
            "start": 1128490117,
            "stop": 1128504361
        },
        {
            "start": 1128538016,
            "stop": 1128539722
        },
        {
            "start": 1128559403,
            "stop": 1128562148
        },
        {
            "start": 1128572082,
            "stop": 1128577921
        },
        {
            "start": 1128579458,
            "stop": 1128592846
        },
        {
            "start": 1128592847,
            "stop": 1128593870
        },
        {
            "start": 1128616917,
            "stop": 1128625542
        },
        {
            "start": 1128625543,
            "stop": 1128641735
        },
        {
            "start": 1128643606,
            "stop": 1128668951
        },
        {
            "start": 1128668952,
            "stop": 1128688467
        },
        {
            "start": 1128688737,
            "stop": 1128706638
        },
        {
            "start": 1128706640,
            "stop": 1128706898
        },
        {
            "start": 1128735786,
            "stop": 1128737296
        },
        {
            "start": 1128737297,
            "stop": 1128740948
        },
        {
            "start": 1128740949,
            "stop": 1128740953
        }
    ]
}