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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 74,
    "results": [
        {
            "start": 1258594043,
            "stop": 1258594053
        },
        {
            "start": 1258594058,
            "stop": 1258594072
        },
        {
            "start": 1258594077,
            "stop": 1258594118
        },
        {
            "start": 1258594123,
            "stop": 1258594136
        },
        {
            "start": 1258594141,
            "stop": 1258594149
        },
        {
            "start": 1258594154,
            "stop": 1258594165
        },
        {
            "start": 1258594170,
            "stop": 1258594181
        },
        {
            "start": 1258594186,
            "stop": 1258594194
        },
        {
            "start": 1258594198,
            "stop": 1258594205
        },
        {
            "start": 1258594210,
            "stop": 1258594224
        },
        {
            "start": 1258594229,
            "stop": 1258594240
        },
        {
            "start": 1258594245,
            "stop": 1258594267
        },
        {
            "start": 1258594272,
            "stop": 1258594275
        },
        {
            "start": 1258594280,
            "stop": 1258594289
        },
        {
            "start": 1258594294,
            "stop": 1258594298
        },
        {
            "start": 1258605337,
            "stop": 1258605747
        },
        {
            "start": 1258605751,
            "stop": 1258606381
        },
        {
            "start": 1258606383,
            "stop": 1258607148
        },
        {
            "start": 1258607152,
            "stop": 1258607666
        },
        {
            "start": 1258607674,
            "stop": 1258613266
        }
    ]
}