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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=335",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 336,
    "results": [
        {
            "start": 1181232253,
            "stop": 1181232258
        },
        {
            "start": 1181232259,
            "stop": 1181232260
        },
        {
            "start": 1181232261,
            "stop": 1181232266
        },
        {
            "start": 1181232267,
            "stop": 1181232842
        },
        {
            "start": 1181232843,
            "stop": 1181233394
        },
        {
            "start": 1181233397,
            "stop": 1181234927
        },
        {
            "start": 1181234928,
            "stop": 1181237424
        },
        {
            "start": 1181237425,
            "stop": 1181239845
        },
        {
            "start": 1181239846,
            "stop": 1181240807
        },
        {
            "start": 1181240811,
            "stop": 1181243203
        },
        {
            "start": 1181243204,
            "stop": 1181245474
        },
        {
            "start": 1181245475,
            "stop": 1181246752
        },
        {
            "start": 1181246756,
            "stop": 1181247455
        },
        {
            "start": 1181247457,
            "stop": 1181249707
        },
        {
            "start": 1181249711,
            "stop": 1181249827
        },
        {
            "start": 1181249828,
            "stop": 1181260533
        },
        {
            "start": 1181260534,
            "stop": 1181260684
        },
        {
            "start": 1181260686,
            "stop": 1181263758
        },
        {
            "start": 1181263759,
            "stop": 1181264999
        },
        {
            "start": 1181265001,
            "stop": 1181265980
        }
    ]
}