Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=218",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 219,
    "results": [
        {
            "start": 1262122185,
            "stop": 1262123757
        },
        {
            "start": 1262123762,
            "stop": 1262124186
        },
        {
            "start": 1262124189,
            "stop": 1262128119
        },
        {
            "start": 1262128124,
            "stop": 1262129088
        },
        {
            "start": 1262129093,
            "stop": 1262137974
        },
        {
            "start": 1262137975,
            "stop": 1262138702
        },
        {
            "start": 1262138705,
            "stop": 1262139058
        },
        {
            "start": 1262139063,
            "stop": 1262140617
        },
        {
            "start": 1262140621,
            "stop": 1262140686
        },
        {
            "start": 1262140691,
            "stop": 1262142049
        },
        {
            "start": 1262142050,
            "stop": 1262143247
        },
        {
            "start": 1262143251,
            "stop": 1262145267
        },
        {
            "start": 1262145269,
            "stop": 1262152236
        },
        {
            "start": 1262152244,
            "stop": 1262158040
        },
        {
            "start": 1262158044,
            "stop": 1262158512
        },
        {
            "start": 1262158516,
            "stop": 1262162569
        },
        {
            "start": 1262162571,
            "stop": 1262165745
        },
        {
            "start": 1262165747,
            "stop": 1262167909
        },
        {
            "start": 1262167912,
            "stop": 1262173057
        },
        {
            "start": 1262173059,
            "stop": 1262174210
        }
    ]
}