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=826
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=827",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=825",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 826,
    "results": [
        {
            "start": 1268958211,
            "stop": 1268958213
        },
        {
            "start": 1268958214,
            "stop": 1268958215
        },
        {
            "start": 1268958216,
            "stop": 1268958221
        },
        {
            "start": 1268958224,
            "stop": 1268958225
        },
        {
            "start": 1268958227,
            "stop": 1268958228
        },
        {
            "start": 1268958230,
            "stop": 1268958232
        },
        {
            "start": 1268958235,
            "stop": 1268958236
        },
        {
            "start": 1268958237,
            "stop": 1268958238
        },
        {
            "start": 1268958239,
            "stop": 1268958240
        },
        {
            "start": 1268958241,
            "stop": 1268958242
        },
        {
            "start": 1268958243,
            "stop": 1268958244
        },
        {
            "start": 1268958247,
            "stop": 1268958248
        },
        {
            "start": 1268958250,
            "stop": 1268958251
        },
        {
            "start": 1268958255,
            "stop": 1268958257
        },
        {
            "start": 1268958259,
            "stop": 1268958263
        },
        {
            "start": 1268958265,
            "stop": 1268958266
        },
        {
            "start": 1268958267,
            "stop": 1268958268
        },
        {
            "start": 1268958271,
            "stop": 1268958272
        },
        {
            "start": 1268958277,
            "stop": 1268958279
        },
        {
            "start": 1268958281,
            "stop": 1268958283
        }
    ]
}