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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=990",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=988",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 989,
    "results": [
        {
            "start": 1251821637,
            "stop": 1251821757
        },
        {
            "start": 1251821761,
            "stop": 1251822101
        },
        {
            "start": 1251822104,
            "stop": 1251822175
        },
        {
            "start": 1251822179,
            "stop": 1251822354
        },
        {
            "start": 1251822358,
            "stop": 1251822362
        },
        {
            "start": 1251822365,
            "stop": 1251822444
        },
        {
            "start": 1251822446,
            "stop": 1251822482
        },
        {
            "start": 1251822486,
            "stop": 1251822491
        },
        {
            "start": 1251822496,
            "stop": 1251822671
        },
        {
            "start": 1251822675,
            "stop": 1251822734
        },
        {
            "start": 1251822739,
            "stop": 1251822836
        },
        {
            "start": 1251822841,
            "stop": 1251822862
        },
        {
            "start": 1251822867,
            "stop": 1251823032
        },
        {
            "start": 1251823036,
            "stop": 1251823041
        },
        {
            "start": 1251823044,
            "stop": 1251823083
        },
        {
            "start": 1251823086,
            "stop": 1251823089
        },
        {
            "start": 1251823093,
            "stop": 1251823101
        },
        {
            "start": 1251823105,
            "stop": 1251823130
        },
        {
            "start": 1251823133,
            "stop": 1251823141
        },
        {
            "start": 1251823145,
            "stop": 1251823240
        }
    ]
}