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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=572",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=570",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 571,
    "results": [
        {
            "start": 1186843515,
            "stop": 1186844502
        },
        {
            "start": 1186844506,
            "stop": 1186844577
        },
        {
            "start": 1186876230,
            "stop": 1186905702
        },
        {
            "start": 1186905706,
            "stop": 1186911388
        },
        {
            "start": 1186911392,
            "stop": 1186923764
        },
        {
            "start": 1186923768,
            "stop": 1186931236
        },
        {
            "start": 1186931240,
            "stop": 1186939867
        },
        {
            "start": 1186953207,
            "stop": 1186982491
        },
        {
            "start": 1186982495,
            "stop": 1187009326
        },
        {
            "start": 1187009329,
            "stop": 1187010566
        },
        {
            "start": 1187010569,
            "stop": 1187011982
        },
        {
            "start": 1187011986,
            "stop": 1187013669
        },
        {
            "start": 1187013673,
            "stop": 1187016836
        },
        {
            "start": 1187016840,
            "stop": 1187018570
        },
        {
            "start": 1187020364,
            "stop": 1187020428
        },
        {
            "start": 1187020516,
            "stop": 1187020665
        },
        {
            "start": 1187021294,
            "stop": 1187021342
        },
        {
            "start": 1187021436,
            "stop": 1187021509
        },
        {
            "start": 1187021619,
            "stop": 1187021749
        },
        {
            "start": 1187023761,
            "stop": 1187028937
        }
    ]
}