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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=254",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 255,
    "results": [
        {
            "start": 818225307,
            "stop": 818225308
        },
        {
            "start": 818225311,
            "stop": 818225313
        },
        {
            "start": 818225317,
            "stop": 818225318
        },
        {
            "start": 818225321,
            "stop": 818225322
        },
        {
            "start": 818225341,
            "stop": 818225348
        },
        {
            "start": 818225352,
            "stop": 818225357
        },
        {
            "start": 818225375,
            "stop": 818225380
        },
        {
            "start": 818225389,
            "stop": 818225390
        },
        {
            "start": 818225393,
            "stop": 818225395
        },
        {
            "start": 818225403,
            "stop": 818225404
        },
        {
            "start": 818225407,
            "stop": 818225408
        },
        {
            "start": 818225419,
            "stop": 818225421
        },
        {
            "start": 818225447,
            "stop": 818225448
        },
        {
            "start": 818225460,
            "stop": 818225461
        },
        {
            "start": 818225464,
            "stop": 818225465
        },
        {
            "start": 818225471,
            "stop": 818225472
        },
        {
            "start": 818225479,
            "stop": 818225483
        },
        {
            "start": 818225487,
            "stop": 818225490
        },
        {
            "start": 818225500,
            "stop": 818225502
        },
        {
            "start": 818225523,
            "stop": 818225526
        }
    ]
}