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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=444",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 445,
    "results": [
        {
            "start": 1264384046,
            "stop": 1264384062
        },
        {
            "start": 1264384064,
            "stop": 1264384070
        },
        {
            "start": 1264384072,
            "stop": 1264384138
        },
        {
            "start": 1264384140,
            "stop": 1264384159
        },
        {
            "start": 1264384161,
            "stop": 1264384233
        },
        {
            "start": 1264384234,
            "stop": 1264384242
        },
        {
            "start": 1264384244,
            "stop": 1264384296
        },
        {
            "start": 1264384298,
            "stop": 1264384329
        },
        {
            "start": 1264384331,
            "stop": 1264384352
        },
        {
            "start": 1264384354,
            "stop": 1264384377
        },
        {
            "start": 1264384378,
            "stop": 1264384400
        },
        {
            "start": 1264384402,
            "stop": 1264384403
        },
        {
            "start": 1264384404,
            "stop": 1264384452
        },
        {
            "start": 1264384454,
            "stop": 1264384461
        },
        {
            "start": 1264384463,
            "stop": 1264384469
        },
        {
            "start": 1264384470,
            "stop": 1264384479
        },
        {
            "start": 1264384480,
            "stop": 1264384487
        },
        {
            "start": 1264384489,
            "stop": 1264384495
        },
        {
            "start": 1264384498,
            "stop": 1264384540
        },
        {
            "start": 1264384541,
            "stop": 1264384559
        }
    ]
}