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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 149,
    "results": [
        {
            "start": 1418933768,
            "stop": 1418934073
        },
        {
            "start": 1418934075,
            "stop": 1418934852
        },
        {
            "start": 1418934853,
            "stop": 1418935237
        },
        {
            "start": 1418935239,
            "stop": 1418935264
        },
        {
            "start": 1418935268,
            "stop": 1418935448
        },
        {
            "start": 1418935456,
            "stop": 1418935709
        },
        {
            "start": 1418935710,
            "stop": 1418935910
        },
        {
            "start": 1418935911,
            "stop": 1418936762
        },
        {
            "start": 1418936764,
            "stop": 1418937027
        },
        {
            "start": 1418937032,
            "stop": 1418937038
        },
        {
            "start": 1418937039,
            "stop": 1418938113
        },
        {
            "start": 1418938114,
            "stop": 1418939108
        },
        {
            "start": 1418939112,
            "stop": 1418939328
        },
        {
            "start": 1418939332,
            "stop": 1418939384
        },
        {
            "start": 1418939388,
            "stop": 1418939626
        },
        {
            "start": 1418939628,
            "stop": 1418939643
        },
        {
            "start": 1418939644,
            "stop": 1418939652
        },
        {
            "start": 1418939704,
            "stop": 1418939708
        },
        {
            "start": 1418943033,
            "stop": 1418943133
        },
        {
            "start": 1418943137,
            "stop": 1418943268
        }
    ]
}