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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1576",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1574",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1575,
    "results": [
        {
            "start": 952658504,
            "stop": 952658759
        },
        {
            "start": 952658761,
            "stop": 952661876
        },
        {
            "start": 952661878,
            "stop": 952663505
        },
        {
            "start": 952665911,
            "stop": 952666231
        },
        {
            "start": 952666233,
            "stop": 952668240
        },
        {
            "start": 952668241,
            "stop": 952668520
        },
        {
            "start": 952668522,
            "stop": 952669961
        },
        {
            "start": 952669962,
            "stop": 952672436
        },
        {
            "start": 952672438,
            "stop": 952672462
        },
        {
            "start": 952672464,
            "stop": 952673377
        },
        {
            "start": 952674116,
            "stop": 952674150
        },
        {
            "start": 952674152,
            "stop": 952674223
        },
        {
            "start": 952674225,
            "stop": 952675605
        },
        {
            "start": 952675607,
            "stop": 952678384
        },
        {
            "start": 952678386,
            "stop": 952678748
        },
        {
            "start": 952678750,
            "stop": 952679090
        },
        {
            "start": 952679091,
            "stop": 952679455
        },
        {
            "start": 952679457,
            "stop": 952679748
        },
        {
            "start": 952679750,
            "stop": 952679864
        },
        {
            "start": 952679866,
            "stop": 952680166
        }
    ]
}